public class ClusteringModelEvaluator extends ModelEvaluator<org.dmg.pmml.ClusteringModel> implements HasEntityRegistry<org.dmg.pmml.Cluster>
ACTIVE_TYPES, GROUP_TYPES, ORDER_TYPES, TARGET_TYPES| Constructor and Description |
|---|
ClusteringModelEvaluator(org.dmg.pmml.PMML pmml) |
ClusteringModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.ClusteringModel clusteringModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.Cluster> |
getEntityRegistry() |
String |
getSummary()
Gets a short description of the
Model. |
org.dmg.pmml.Target |
getTarget(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
Targets. |
createContext, evaluate, getDataField, getDataField, getDerivedField, getFunction, getLocalDerivedField, getMiningField, getMiningFields, getOutputField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getMiningFunction, getModel, getOrderFields, getOutputFields, getTargetField, getTargetFieldsgetPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningFunction, getOrderFields, getOutputFields, getTargetField, getTargetFieldspublic ClusteringModelEvaluator(org.dmg.pmml.PMML pmml)
public ClusteringModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.ClusteringModel clusteringModel)
public String getSummary()
Consumer
Gets a short description of the Model.
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.ClusteringModel>public org.dmg.pmml.Target getTarget(org.dmg.pmml.FieldName name)
Consumer
Gets the definition of a field from the Targets.
getTarget in interface ConsumergetTarget in class ModelEvaluator<org.dmg.pmml.ClusteringModel>null Always.Consumer.getTargetFields()public com.google.common.collect.BiMap<String,org.dmg.pmml.Cluster> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.Cluster>Entity identifiers and Entity instances.public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.ClusteringModel>Copyright © 2016. All Rights Reserved.