Class SparkModelParam

  • All Implemented Interfaces:
    java.io.Serializable

    public class SparkModelParam
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • modelType

        final java.lang.String modelType
      • featureCol

        final java.lang.String featureCol
      • labelCol

        final java.lang.String labelCol
      • predictionCol

        final java.lang.String predictionCol
      • rawPredictionCol

        final java.lang.String rawPredictionCol
      • thresholds

        final double[] thresholds
    • Constructor Detail

      • SparkModelParam

        public SparkModelParam​(java.lang.String modelType,
                               java.lang.String featureCol,
                               ModelReader reader)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getModelType

        public java.lang.String getModelType()
      • getFeatureCol

        public java.lang.String getFeatureCol()
      • getLabelCol

        public java.lang.String getLabelCol()
      • getPredictionCol

        public java.lang.String getPredictionCol()
      • getRawPredictionCol

        public java.lang.String getRawPredictionCol()
      • getThresholds

        public double[] getThresholds()