Class IsotonicRegression

    • Constructor Detail

      • IsotonicRegression

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

      • getIncreasing

        public java.lang.Boolean getIncreasing()
      • getXThresholds

        public java.util.List<java.lang.Number> getXThresholds()
      • getYThresholds

        public java.util.List<java.lang.Number> getYThresholds()
      • getOutOfBounds

        public java.lang.String getOutOfBounds()
      • parseOutlierTreatment

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