public class SupportVectorMachineModelEvaluator extends ModelEvaluator<org.dmg.pmml.SupportVectorMachineModel>
ACTIVE_TYPES, GROUP_TYPES, ORDER_TYPES, TARGET_TYPESDEFAULT_TARGET| Constructor and Description |
|---|
SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml) |
SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.SupportVectorMachineModel supportVectorMachineModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
String |
getSummary()
Gets a short description of the
Model. |
evaluate, getDataField, getDataField, getDefineFunction, getDerivedField, getLocalDerivedField, getMiningField, getMiningFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getMiningFunction, getModel, getOrderFieldsgetPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningFunction, getOrderFieldspublic SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml)
public SupportVectorMachineModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.SupportVectorMachineModel supportVectorMachineModel)
public String getSummary()
Consumer
Gets a short description of the Model.
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.SupportVectorMachineModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.SupportVectorMachineModel>Copyright © 2016. All Rights Reserved.