public class PMMLGeneratorUtils extends Object
Constructor and Description |
---|
PMMLGeneratorUtils() |
Modifier and Type | Method and Description |
---|---|
static PMML |
generateSimpleNeuralNetwork(String modelName,
String[] inputfieldNames,
String[] outputfieldNames,
double[] inputMeans,
double[] inputStds,
double[] outputMeans,
double[] outputStds,
int hiddenSize,
double[] weights) |
static boolean |
streamPMML(PMML pmml,
OutputStream out) |
static boolean |
streamPMML(PMML pmml,
Writer out) |
public static boolean streamPMML(PMML pmml, OutputStream out)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.