c

ml.combust.mleap.xgboost.runtime

XGBoostPredictorClassificationModel

case class XGBoostPredictorClassificationModel(impl: XGBoostPredictorClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable

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

Instance Constructors

  1. new XGBoostPredictorClassificationModel(impl: XGBoostPredictorClassificationModelBase)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(features: Vector): Double
    Definition Classes
    ClassificationModel
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def binaryClassificationModel: XGBoostPredictorBinaryClassificationModel
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. val impl: XGBoostPredictorClassificationModelBase
  11. def inputSchema: StructType
    Definition Classes
    ProbabilisticClassificationModel → Model
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def multinomialClassificationModel: XGBoostPredictorMultinomialClassificationModel
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val numClasses: Int
    Definition Classes
    XGBoostPredictorClassificationModel → ProbabilisticClassificationModel
  18. val numFeatures: Int
    Definition Classes
    XGBoostPredictorClassificationModel → ProbabilisticClassificationModel
  19. def outputSchema: StructType
    Definition Classes
    XGBoostPredictorClassificationModel → ProbabilisticClassificationModel → Model
  20. def predict(data: FVec): Double
  21. def predict(features: Vector): Double
    Definition Classes
    ProbabilisticClassificationModel → ClassificationModel
  22. def predictLeaf(data: FVec): Seq[Double]
  23. def predictLeaf(features: Vector): Seq[Double]
  24. def predictProbabilities(data: FVec): Vector
  25. def predictProbabilities(features: Vector): Vector
    Definition Classes
    XGBoostPredictorClassificationModel → ProbabilisticClassificationModel
  26. def predictRaw(data: FVec): Vector
  27. def predictRaw(features: Vector): Vector
    Definition Classes
    XGBoostPredictorClassificationModel → ClassificationModel
  28. def predictWithProbability(features: Vector): (Double, Double)
    Definition Classes
    ProbabilisticClassificationModel
  29. def predictor: Predictor
  30. def probabilityToPrediction(probability: Vector): Double
    Definition Classes
    ProbabilisticClassificationModel
  31. def probabilityToPredictionIndex(probability: Vector): Int
    Definition Classes
    ProbabilisticClassificationModel
  32. def rawToPrediction(raw: Vector): Double
    Definition Classes
    ProbabilisticClassificationModel
  33. def rawToProbability(raw: Vector): Vector
    Definition Classes
    ProbabilisticClassificationModel
  34. def rawToProbabilityInPlace(raw: Vector): Vector
    Definition Classes
    XGBoostPredictorClassificationModel → ProbabilisticClassificationModel
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def thresholds: Option[Array[Double]]
    Definition Classes
    ProbabilisticClassificationModel
  37. def treeLimit: Int
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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