public class GeneralRegressionModelEvaluator extends ModelEvaluator<org.dmg.pmml.GeneralRegressionModel>
| Constructor and Description |
|---|
GeneralRegressionModelEvaluator(org.dmg.pmml.PMML pmml) |
GeneralRegressionModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.GeneralRegressionModel generalRegressionModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<org.dmg.pmml.FieldName,org.dmg.pmml.Predictor> |
getCovariateRegistry() |
com.google.common.collect.BiMap<org.dmg.pmml.FieldName,org.dmg.pmml.Predictor> |
getFactorRegistry() |
com.google.common.collect.BiMap<String,org.dmg.pmml.Parameter> |
getParameterRegistry() |
String |
getSummary() |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningSchema, getModel, getOrderFields, getOutput, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getTargets, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModelManager, getModels, getPMML, getTransformationDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getOrderFields, getOutputField, getOutputFields, getTargetField, getTargetFieldspublic GeneralRegressionModelEvaluator(org.dmg.pmml.PMML pmml)
public GeneralRegressionModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.GeneralRegressionModel generalRegressionModel)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.GeneralRegressionModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.GeneralRegressionModel>public com.google.common.collect.BiMap<String,org.dmg.pmml.Parameter> getParameterRegistry()
public com.google.common.collect.BiMap<org.dmg.pmml.FieldName,org.dmg.pmml.Predictor> getFactorRegistry()
public com.google.common.collect.BiMap<org.dmg.pmml.FieldName,org.dmg.pmml.Predictor> getCovariateRegistry()
Copyright © 2015. All Rights Reserved.