package pairwise
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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] with Product with Serializable
Value Members
- object LambdaMART extends Serializable