org.knime.base.node.mine.regression.pmmlgreg
Class PMMLGeneralRegressionContent
java.lang.Object
org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
public final class PMMLGeneralRegressionContent
- extends Object
- Author:
- Heiko Hofer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PMMLGeneralRegressionContent
PMMLGeneralRegressionContent()
- Empty Contstuctor used when reading xml file.
PMMLGeneralRegressionContent
public PMMLGeneralRegressionContent(PMMLGeneralRegressionContent.ModelType modelType,
String modelName,
PMMLGeneralRegressionContent.FunctionName functionName,
String algorithmName,
PMMLParameter[] parameterList,
PMMLPredictor[] factorList,
PMMLPredictor[] covariateList,
PMMLPPCell[] ppMatrix,
PMMLPCovCell[] pCovMatrix,
PMMLPCell[] paramMatrix)
- Parameters:
modelType - the type of the regression modelmodelName - the name of the modelfunctionName - either regression of classificationalgorithmName - the name of the algorithmparameterList - the list of parametersfactorList - the list of factor namescovariateList - the list of covariate namesppMatrix - Predictor-to-Parameter correlation matrixpCovMatrix - matrix of parameter estimate covariatesparamMatrix - parameter matrix
getModelType
public PMMLGeneralRegressionContent.ModelType getModelType()
- Returns:
- the modelType
getModelName
public String getModelName()
- Returns:
- the modelName
getFunctionName
public PMMLGeneralRegressionContent.FunctionName getFunctionName()
- Returns:
- the functionName
getAlgorithmName
public String getAlgorithmName()
- Returns:
- the algorithmName
getParameterList
public PMMLParameter[] getParameterList()
- Returns:
- the parameterList
getFactorList
public PMMLPredictor[] getFactorList()
- Returns:
- the factorList
getCovariateList
public PMMLPredictor[] getCovariateList()
- Returns:
- the covariateList
getPPMatrix
public PMMLPPCell[] getPPMatrix()
- Returns:
- the ppMatrix
getPCovMatrix
public PMMLPCovCell[] getPCovMatrix()
- Returns:
- the pCovMatrix
getParamMatrix
public PMMLPCell[] getParamMatrix()
- Returns:
- the paramMatrix
setPPMatrix
void setPPMatrix(PMMLPPCell[] ppMatrix)
- Parameters:
ppMatrix - the ppMatrix to set
setModelType
void setModelType(PMMLGeneralRegressionContent.ModelType modelType)
- Parameters:
modelType - the modelType to set
setModelName
void setModelName(String modelName)
- Parameters:
modelName - the modelName to set
setFunctionName
void setFunctionName(PMMLGeneralRegressionContent.FunctionName functionName)
- Parameters:
functionName - the functionName to set
setAlgorithmName
void setAlgorithmName(String algorithmName)
- Parameters:
algorithmName - the algorithmName to set
setParameterList
void setParameterList(PMMLParameter[] parameterList)
- Parameters:
parameterList - the parameterList to set
setFactorList
void setFactorList(PMMLPredictor[] factorList)
- Parameters:
factorList - the factorList to set
setCovariateList
void setCovariateList(PMMLPredictor[] covariateList)
- Parameters:
covariateList - the covariateList to set
setPCovMatrix
void setPCovMatrix(PMMLPCovCell[] covMatrix)
- Parameters:
covMatrix - the pCovMatrix to set
setParamMatrix
void setParamMatrix(PMMLPCell[] paramMatrix)
- Parameters:
paramMatrix - the paramMatrix to set
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.