public class SupportVectorMachineModelEvaluator extends ModelEvaluator<org.dmg.pmml.support_vector_machine.SupportVectorMachineModel>
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml) |
SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.support_vector_machine.SupportVectorMachineModel supportVectorMachineModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
java.lang.String |
getSummary()
Gets a short description of the
Model. |
createInputFields, createInputFields, createOutputFields, createTargetFields, evaluate, getActiveFields, getDataField, getDataField, getDefineFunction, getDerivedField, getInputFields, getLocalDerivedField, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getPMML, getTarget, getTargetField, getTargetFieldName, getTargetFields, getValue, getValue, resolveDerivedField, resolveField, selectModel, verifypublic SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml)
public SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.support_vector_machine.SupportVectorMachineModel supportVectorMachineModel)
public java.lang.String getSummary()
Evaluator
Gets a short description of the Model.
public java.util.Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.support_vector_machine.SupportVectorMachineModel>Copyright © 2017. All Rights Reserved.