Class SparkModelParam

java.lang.Object
biz.k11i.xgboost.spark.SparkModelParam
All Implemented Interfaces:
Serializable

public class SparkModelParam extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getModelType

      public String getModelType()
    • getFeatureCol

      public String getFeatureCol()
    • getLabelCol

      public String getLabelCol()
    • getPredictionCol

      public String getPredictionCol()
    • getRawPredictionCol

      public String getRawPredictionCol()
    • getThresholds

      public double[] getThresholds()