Class StatsModelsClassifier

    • Constructor Detail

      • StatsModelsClassifier

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

      • encodeModel

        public org.dmg.pmml.Model encodeModel​(org.jpmml.converter.Schema schema)
        Specified by:
        encodeModel in class Estimator
      • encodePMML

        public org.dmg.pmml.PMML encodePMML()
        Specified by:
        encodePMML in interface Encodable
      • getFitIntercept

        public Boolean getFitIntercept()
      • getResults

        public statsmodels.ResultsWrapper getResults()
        Specified by:
        getResults in interface HasResults