package
backend
Type Members
-
-
trait
BaseLinearTrainer[Input, Prediction, Label, C <: Predictor[Prediction, Input]] extends AnyRef
-
-
-
-
-
-
-
-
-
-
-
trait
Classifier[Prediction, Input] extends Predictor[Prediction, Input]
-
-
-
case class
DTBranch(yes: DTree, no: DTree, featureIndex: Int, threshold: Double) extends DTree with Product with Serializable
-
case class
DTLeaf(pred: la.Tensor1) extends DTree with Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
trait
Predictor[Prediction, Input] extends AnyRef
-
-
-
-
-
-
-
-
-
-
-
-