package runtime

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class XGBoostBinaryClassificationModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable
  2. case class XGBoostClassification(uid: String = ..., shape: NodeShape, model: XGBoostClassificationModel) extends MultiTransformer with Product with Serializable

    Created by hollinwilkins on 9/16/17.

  3. case class XGBoostClassificationModel(impl: XGBoostClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable
  4. trait XGBoostClassificationModelBase extends ProbabilisticClassificationModel
  5. case class XGBoostMultinomialClassificationModel(booster: Booster, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable
  6. case class XGBoostPredictorBinaryClassificationModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable
  7. case class XGBoostPredictorClassification(uid: String = ..., shape: NodeShape, model: XGBoostPredictorClassificationModel) extends MultiTransformer with Product with Serializable
  8. case class XGBoostPredictorClassificationModel(impl: XGBoostPredictorClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable
  9. trait XGBoostPredictorClassificationModelBase extends ProbabilisticClassificationModel
  10. case class XGBoostPredictorMultinomialClassificationModel(predictor: Predictor, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable
  11. case class XGBoostPredictorRegression(uid: String = ..., shape: NodeShape, model: XGBoostPredictorRegressionModel) extends SimpleTransformer with Product with Serializable
  12. case class XGBoostPredictorRegressionModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends Model with Product with Serializable
  13. case class XGBoostRegression(uid: String = ..., shape: NodeShape, model: XGBoostRegressionModel) extends MultiTransformer with Product with Serializable

    Created by hollinwilkins on 9/16/17.

  14. case class XGBoostRegressionModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends Model with Product with Serializable

    Created by hollinwilkins on 9/16/17.

  15. trait XgbConverters extends AnyRef

Value Members

  1. object XgbConverters extends XgbConverters

Ungrouped