ml.combust.mleap.xgboost

XGBoostClassificationModel

case class XGBoostClassificationModel(impl: XGBoostClassificationModelBase) 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. XGBoostClassificationModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ProbabilisticClassificationModel
  7. ClassificationModel
  8. Model
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XGBoostClassificationModel(impl: XGBoostClassificationModelBase)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(features: Vector): Double

    Definition Classes
    ClassificationModel
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def binaryClassificationModel: XGBoostBinaryClassificationModel

  9. def booster: Option[Array[Byte]]

  10. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. val impl: XGBoostClassificationModelBase

  15. def inputSchema: StructType

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

    Definition Classes
    Any
  17. def multinomialClassificationModel: XGBoostMultinomialClassificationModel

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. val numClasses: Int

    Definition Classes
    XGBoostClassificationModel → ProbabilisticClassificationModel
  22. val numFeatures: Int

    Definition Classes
    XGBoostClassificationModel → ProbabilisticClassificationModel
  23. def outputMargin: Boolean

  24. def outputSchema: StructType

    Definition Classes
    ProbabilisticClassificationModel → Model
  25. def predict(features: Vector): Double

    Definition Classes
    ProbabilisticClassificationModel → ClassificationModel
  26. def predictProbabilities(features: Vector): Vector

    Definition Classes
    ProbabilisticClassificationModel
  27. def predictRaw(features: Vector): Vector

    Definition Classes
    XGBoostClassificationModel → ProbabilisticClassificationModel
  28. def predictWithProbability(features: Vector): (Double, Double)

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

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

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

    Definition Classes
    ProbabilisticClassificationModel
  32. def rawToProbability(raw: Vector): Vector

    Definition Classes
    ProbabilisticClassificationModel
  33. def rawToProbabilityInPlace(raw: Vector): Vector

    Definition Classes
    XGBoostClassificationModel → ProbabilisticClassificationModel
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    ProbabilisticClassificationModel
  36. final def wait(): Unit

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

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

    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