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
Members list
In this article