Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr | |
org.drools.pmml.pmml_4_2 |
Modifier and Type | Method and Description |
---|---|
PMML |
ObjectFactory.createPMML()
Create an instance of
PMML |
Modifier and Type | Method and Description |
---|---|
static PMML |
PMMLGeneratorUtils.generateSimpleNeuralNetwork(String modelName,
String[] inputfieldNames,
String[] outputfieldNames,
double[] inputMeans,
double[] inputStds,
double[] outputMeans,
double[] outputStds,
int hiddenSize,
double[] weights) |
PMML |
PMML4Compiler.loadModel(String model,
InputStream source)
Imports a PMML source file, returning a Java descriptor
|
Modifier and Type | Method and Description |
---|---|
static void |
PMML4Compiler.dumpModel(PMML model,
OutputStream target) |
String |
PMML4Compiler.generateTheory(PMML pmml) |
static boolean |
PMMLGeneratorUtils.streamPMML(PMML pmml,
OutputStream out) |
static boolean |
PMMLGeneratorUtils.streamPMML(PMML pmml,
Writer out) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.