Class IsotonicRegression

    • Constructor Detail

      • IsotonicRegression

        public IsotonicRegression​(String module,
                                  String name)
    • Method Detail

      • 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)