org.knime.base.node.mine.regression.pmmlgreg
Class PMMLPPCell

java.lang.Object
  extended by org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell

public final class PMMLPPCell
extends Object

Encapsulates a PPCell in PMML General Regression.

Author:
Heiko Hofer

Constructor Summary
PMMLPPCell(String value, String predictorName, String parameterName)
           
PMMLPPCell(String value, String predictorName, String parameterName, String targetCategory)
           
 
Method Summary
 String getParameterName()
           
 String getPredictorName()
           
 String getTargetCategory()
           
 String getValue()
           
(package private)  void writePMML(TransformerHandler handler)
          Writes the PMML to the given handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLPPCell

public PMMLPPCell(String value,
                  String predictorName,
                  String parameterName)
Parameters:
value - The value
predictorName - The name of the predictor
parameterName - The name of the parameter

PMMLPPCell

public PMMLPPCell(String value,
                  String predictorName,
                  String parameterName,
                  String targetCategory)
Parameters:
value - The value
predictorName - The name of the predictor
parameterName - The name of the parameter
targetCategory - The optional target category
Method Detail

getValue

public String getValue()
Returns:
the value

getPredictorName

public String getPredictorName()
Returns:
the predictorName

getParameterName

public String getParameterName()
Returns:
the parameterName

getTargetCategory

public String getTargetCategory()
Returns:
the targetCategory

writePMML

void writePMML(TransformerHandler handler)
         throws SAXException
Writes the PMML to the given handler.

Parameters:
handler - the transformation handler
Throws:
SAXException - if anything goes wrong while serializing the model


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.