LambdaMART

io.github.metarank.ltrlib.ranking.pairwise.LambdaMART
See theLambdaMART companion object
case class LambdaMART[D, T <: Booster[D], O <: BoosterOptions](booster: BoosterFactory[D, T, O], train: D, test: Option[D], categorical: Array[Int], dim: Int) extends Ranker[T, O]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ranker[T, O]
trait Logging
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
override def fit(options: O): T

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val logger: Logger

Attributes

Inherited from:
Logging