Drools :: PMML - Compiler 6.2.0.CR3

org.drools.pmml.pmml_4_2
Class PMMLGeneratorUtils

java.lang.Object
  extended by org.drools.pmml.pmml_4_2.PMMLGeneratorUtils

public class PMMLGeneratorUtils
extends Object


Constructor Summary
PMMLGeneratorUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLGeneratorUtils

public PMMLGeneratorUtils()
Method Detail

streamPMML

public static boolean streamPMML(PMML pmml,
                                 OutputStream out)

streamPMML

public static boolean streamPMML(PMML pmml,
                                 Writer out)

generateSimpleNeuralNetwork

public static PMML generateSimpleNeuralNetwork(String modelName,
                                               String[] inputfieldNames,
                                               String[] outputfieldNames,
                                               double[] inputMeans,
                                               double[] inputStds,
                                               double[] outputMeans,
                                               double[] outputStds,
                                               int hiddenSize,
                                               double[] weights)

Drools :: PMML - Compiler 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.