public class RegressionModelEvaluator extends ModelEvaluator<org.dmg.pmml.RegressionModel>
| Constructor and Description |
|---|
RegressionModelEvaluator(org.dmg.pmml.PMML pmml) |
RegressionModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.RegressionModel regressionModel) |
| Modifier and Type | Method and Description |
|---|---|
static void |
calculateCategoryProbabilities(Map<String,Double> map,
List<String> categories) |
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
String |
getSummary()
Gets a short description of the
Model. |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningFunction, getModel, getOrderFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, resolveDerivedFieldgetDerivedField, getFunction, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getMiningFunction, getOrderFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFieldspublic RegressionModelEvaluator(org.dmg.pmml.PMML pmml)
public RegressionModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.RegressionModel regressionModel)
public String getSummary()
ConsumerModel.getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.RegressionModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.RegressionModel>Copyright © 2015. All Rights Reserved.