LogRegRanker

io.github.metarank.ltrlib.ranking.pointwise.LogRegRanker$
See theLogRegRanker companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class BatchSGD(iterations: Int, batchSize: Int, learnRate: Double) extends RegressionOptions

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CategoryFeatureWeight(feature: CategoryFeature, weight: Double) extends FeatureWeight

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait FeatureWeight

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class LogRegModel(weights: List[FeatureWeight], intercept: Double) extends Model

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
case class NoOptions()

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RegWeights(intercept: Double, weights: RealVector)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait RegressionOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BatchSGD
class SGD
case class SGD(iterations: Int, learnRate: Double) extends RegressionOptions

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SingularFeatureWeight(feature: SingularFeature, weight: Double) extends FeatureWeight

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class VectorFeatureWeight(feature: VectorFeature, weights: Array[Double]) extends FeatureWeight

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror