Package sklearn2pmml.statsmodels
Class StatsModelsUtil
- java.lang.Object
-
- sklearn2pmml.statsmodels.StatsModelsUtil
-
public class StatsModelsUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jpmml.converter.SchemaaddConstant(org.jpmml.converter.Schema schema)static <E extends Estimator & HasResults>
org.dmg.pmml.PMMLencodePMML(E estimator)static voidinitOnce()
-
-
-
Method Detail
-
encodePMML
public static <E extends 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()
-
-