Class IsotonicRegression

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
sklearn.Step
sklearn.Estimator
sklearn.Regressor
sklearn.isotonic.IsotonicRegression
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, HasNumberOfFeatures, HasType

public class IsotonicRegression extends Regressor
See Also:
  • Constructor Details

    • IsotonicRegression

      public IsotonicRegression(String module, String name)
  • Method Details

    • encodeModel

      public org.dmg.pmml.regression.RegressionModel encodeModel(org.jpmml.converter.Schema schema)
      Specified by:
      encodeModel in class Estimator
    • getIncreasing

      public Boolean getIncreasing()
    • getXThresholds

      public List<? extends Number> getXThresholds()
    • getYThresholds

      public List<? extends Number> getYThresholds()
    • getOutOfBounds

      public String getOutOfBounds()
    • parseOutlierTreatment

      public static org.dmg.pmml.OutlierTreatmentMethod parseOutlierTreatment(String outOfBounds)