Class StatsModelsUtil


  • public class StatsModelsUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jpmml.converter.Schema addConstant​(org.jpmml.converter.Schema schema)  
      static <E extends sklearn.Estimator & HasResults>
      org.dmg.pmml.PMML
      encodePMML​(E estimator)  
      static void initOnce()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encodePMML

        public static <E extends sklearn.Estimator & HasResults> org.dmg.pmml.PMML encodePMML​(E estimator)
      • addConstant

        public static org.jpmml.converter.Schema addConstant​(org.jpmml.converter.Schema schema)
      • initOnce

        public static void initOnce()