Class SGDOneClassSVM

    • Constructor Detail

      • SGDOneClassSVM

        public SGDOneClassSVM​(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
      • getCoef

        public List<? extends Number> getCoef()
      • getOffset

        public List<? extends Number> getOffset()