io.github.metarank.ltrlib.ranking.pointwise.LogRegRanker
See theLogRegRanker companion class
object LogRegRanker
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LogRegRanker.type
Members list
Type members
Classlikes
case class BatchSGD(iterations: Int, batchSize: Int, learnRate: Double) extends RegressionOptions
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RegressionOptionsclass Objecttrait Matchableclass AnyShow all
case class CategoryFeatureWeight(feature: CategoryFeature, weight: Double) extends FeatureWeight
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FeatureWeightclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class LogRegModel(weights: List[FeatureWeight], intercept: Double) extends Model
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Modelclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class SGD(iterations: Int, learnRate: Double) extends RegressionOptions
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RegressionOptionsclass Objecttrait Matchableclass AnyShow all
case class SingularFeatureWeight(feature: SingularFeature, weight: Double) extends FeatureWeight
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FeatureWeightclass Objecttrait Matchableclass AnyShow all
case class VectorFeatureWeight(feature: VectorFeature, weights: Array[Double]) extends FeatureWeight
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FeatureWeightclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article