public class GeneralRegressionModelManager extends ModelManager<GeneralRegressionModel>
| Constructor and Description |
|---|
GeneralRegressionModelManager() |
GeneralRegressionModelManager(PMML pmml) |
GeneralRegressionModelManager(PMML pmml,
GeneralRegressionModel generalRegressionModel) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.BiMap<FieldName,Predictor> |
getCovariateRegistry() |
com.google.common.collect.BiMap<FieldName,Predictor> |
getFactorRegistry() |
GeneralRegressionModel |
getModel() |
ParamMatrix |
getParamMatrix() |
PPMatrix |
getPPMatrix() |
String |
getSummary()
Returns a short description of the underlying
Model |
addField, addMiningField, getActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveFieldaddDataField, find, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModelManager, getModels, getOrCreateTransformationDictionary, getPmml, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataFieldpublic GeneralRegressionModelManager()
public GeneralRegressionModelManager(PMML pmml)
public GeneralRegressionModelManager(PMML pmml, GeneralRegressionModel generalRegressionModel)
public String getSummary()
ConsumerModelpublic GeneralRegressionModel getModel()
getModel in class ModelManager<GeneralRegressionModel>public com.google.common.collect.BiMap<FieldName,Predictor> getCovariateRegistry()
public PPMatrix getPPMatrix()
public ParamMatrix getParamMatrix()
Copyright © 2013 University of Tartu. All Rights Reserved.