Class

ml.combust.mleap.xgboost.runtime

XGBoostBinaryClassificationModel

Related Doc: package runtime

Permalink

case class XGBoostBinaryClassificationModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, XGBoostClassificationModelBase, ProbabilisticClassificationModel, ClassificationModel, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGBoostBinaryClassificationModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. XGBoostClassificationModelBase
  7. ProbabilisticClassificationModel
  8. ClassificationModel
  9. Model
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XGBoostBinaryClassificationModel(booster: Booster, numFeatures: Int, treeLimit: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(features: Vector): Double

    Permalink
    Definition Classes
    ClassificationModel
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val booster: Booster

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def inputSchema: StructType

    Permalink
    Definition Classes
    ProbabilisticClassificationModel → Model
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val numClasses: Int

    Permalink
    Definition Classes
    XGBoostBinaryClassificationModel → ProbabilisticClassificationModel
  17. val numFeatures: Int

    Permalink
    Definition Classes
    XGBoostBinaryClassificationModel → ProbabilisticClassificationModel
  18. def outputSchema: StructType

    Permalink
    Definition Classes
    ProbabilisticClassificationModel → Model
  19. def predict(data: DMatrix): Double

    Permalink
  20. def predict(features: Vector): Double

    Permalink
    Definition Classes
    XGBoostClassificationModelBase → ProbabilisticClassificationModel → ClassificationModel
  21. def predictContrib(data: DMatrix): Seq[Double]

    Permalink
  22. def predictContrib(features: Vector): Seq[Double]

    Permalink
  23. def predictLeaf(data: DMatrix): Seq[Double]

    Permalink
  24. def predictLeaf(features: Vector): Seq[Double]

    Permalink
  25. def predictProbabilities(data: DMatrix): Vector

    Permalink
  26. def predictProbabilities(features: Vector): Vector

    Permalink
    Definition Classes
    XGBoostClassificationModelBase → ProbabilisticClassificationModel
  27. def predictRaw(data: DMatrix): Vector

    Permalink
  28. def predictRaw(features: Vector): Vector

    Permalink
    Definition Classes
    XGBoostClassificationModelBase → ProbabilisticClassificationModel
  29. def predictWithProbability(features: Vector): (Double, Double)

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  30. def probabilityToPrediction(probability: Vector): Double

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  31. def probabilityToPredictionIndex(probability: Vector): Int

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  32. def rawToPrediction(raw: Vector): Double

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  33. def rawToProbability(raw: Vector): Vector

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  34. def rawToProbabilityInPlace(raw: Vector): Vector

    Permalink
    Definition Classes
    XGBoostBinaryClassificationModel → ProbabilisticClassificationModel
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def thresholds: Option[Array[Double]]

    Permalink
    Definition Classes
    ProbabilisticClassificationModel
  37. val treeLimit: Int

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProbabilisticClassificationModel

Inherited from ClassificationModel

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped