io.github.metarank.ltrlib.model

Members list

Type members

Classlikes

case class Dataset(desc: DatasetDescriptor, groups: List[Query])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DatasetDescriptor(offsets: Map[Feature, Int], features: List[Feature], dim: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Feature

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Feature

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Feature.type
case class FitResult[T <: Model](model: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LabeledItem(label: Double, group: Int, values: Array[Double])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Model

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Booster[D]
class LogRegModel
class RandomModel
Show all
case class Query(group: Int, labels: Array[Double], values: Array[Double])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Query

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Query.type