org.knime.base.node.mine.regression
Class PMMLRegressionPortObject.RegressionTable
java.lang.Object
org.knime.base.node.mine.regression.PMMLRegressionPortObject.RegressionTable
- Enclosing class:
- PMMLRegressionPortObject
public static final class PMMLRegressionPortObject.RegressionTable
- extends Object
This table wraps a polynomial regression formula for use inside a PMML
model.
- Author:
- Bernd Wiswedel, University of Konstanz
PMMLRegressionPortObject.RegressionTable
public PMMLRegressionPortObject.RegressionTable(double intercept,
PMMLRegressionPortObject.NumericPredictor[] variables)
- Creates a new regression table.
- Parameters:
intercept
- the constant intercept of the regression formulavariables
- the regression variables
getIntercept
public double getIntercept()
- Returns:
- the intercept
getVariables
public List<PMMLRegressionPortObject.NumericPredictor> getVariables()
- Returns:
- the variables
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright, 2003 - 2010. 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.