case class XGBoostPredictorBinaryClassificationModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XGBoostPredictorBinaryClassificationModel
- Serializable
- Serializable
- Product
- Equals
- XGBoostPredictorClassificationModelBase
- ProbabilisticClassificationModel
- ClassificationModel
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XGBoostPredictorBinaryClassificationModel(predictor: Predictor, numFeatures: Int, treeLimit: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(features: Vector): Double
- Definition Classes
- ClassificationModel
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
inputSchema: StructType
- Definition Classes
- ProbabilisticClassificationModel → Model
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
numClasses: Int
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → ProbabilisticClassificationModel
-
val
numFeatures: Int
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → ProbabilisticClassificationModel
-
def
outputSchema: StructType
- Definition Classes
- ProbabilisticClassificationModel → Model
-
def
predict(data: FVec): Double
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → XGBoostPredictorClassificationModelBase
-
def
predict(features: Vector): Double
- Definition Classes
- XGBoostPredictorClassificationModelBase → ProbabilisticClassificationModel → ClassificationModel
-
def
predictLeaf(data: FVec): Seq[Double]
- Definition Classes
- XGBoostPredictorClassificationModelBase
-
def
predictLeaf(features: Vector): Seq[Double]
- Definition Classes
- XGBoostPredictorClassificationModelBase
-
def
predictProbabilities(data: FVec): Vector
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → XGBoostPredictorClassificationModelBase
-
def
predictProbabilities(features: Vector): Vector
- Definition Classes
- XGBoostPredictorClassificationModelBase → ProbabilisticClassificationModel
-
def
predictRaw(data: FVec): Vector
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → XGBoostPredictorClassificationModelBase
-
def
predictRaw(features: Vector): Vector
- Definition Classes
- XGBoostPredictorClassificationModelBase → ClassificationModel
-
def
predictWithProbability(features: Vector): (Double, Double)
- Definition Classes
- ProbabilisticClassificationModel
-
val
predictor: Predictor
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → XGBoostPredictorClassificationModelBase
-
def
probabilityToPrediction(probability: Vector): Double
- Definition Classes
- ProbabilisticClassificationModel
-
def
probabilityToPredictionIndex(probability: Vector): Int
- Definition Classes
- ProbabilisticClassificationModel
-
def
rawToPrediction(raw: Vector): Double
- Definition Classes
- ProbabilisticClassificationModel
-
def
rawToProbability(raw: Vector): Vector
- Definition Classes
- ProbabilisticClassificationModel
-
def
rawToProbabilityInPlace(raw: Vector): Vector
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → ProbabilisticClassificationModel
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thresholds: Option[Array[Double]]
- Definition Classes
- ProbabilisticClassificationModel
-
val
treeLimit: Int
- Definition Classes
- XGBoostPredictorBinaryClassificationModel → XGBoostPredictorClassificationModelBase
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated