Package org.kie.pmml.pmml_4_2
Class PMMLGeneratorUtils
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.PMMLGeneratorUtils
-
public class PMMLGeneratorUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PMMLGeneratorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dmg.pmml.pmml_4_2.descr.PMMLgenerateSimpleNeuralNetwork(String modelName, String[] inputfieldNames, String[] outputfieldNames, double[] inputMeans, double[] inputStds, double[] outputMeans, double[] outputStds, int hiddenSize, double[] weights)static booleanstreamPMML(org.dmg.pmml.pmml_4_2.descr.PMML pmml, OutputStream out)static booleanstreamPMML(org.dmg.pmml.pmml_4_2.descr.PMML pmml, Writer out)
-
-
-
Method Detail
-
streamPMML
public static boolean streamPMML(org.dmg.pmml.pmml_4_2.descr.PMML pmml, OutputStream out)
-
streamPMML
public static boolean streamPMML(org.dmg.pmml.pmml_4_2.descr.PMML pmml, Writer out)
-
-