public class ClusteringModelEvaluator extends ModelEvaluator<ClusteringModel> implements HasEntityRegistry<Cluster>
| Constructor and Description |
|---|
ClusteringModelEvaluator(PMML pmml) |
ClusteringModelEvaluator(PMML pmml,
ClusteringModel clusteringModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldName,?> |
evaluate(Map<FieldName,?> arguments) |
com.google.common.collect.BiMap<String,Cluster> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
String |
getSummary() |
Target |
getTarget(FieldName name) |
getValue, preparegetActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTargetField, resolveFieldfind, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModels, getOrCreateTransformationDictionary, getPMML, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getPredictedFields, getTargetFieldpublic ClusteringModelEvaluator(PMML pmml)
public ClusteringModelEvaluator(PMML pmml, ClusteringModel clusteringModel)
public String getSummary()
getSummary in interface Consumerpublic Target getTarget(FieldName name)
getTarget in class ModelManager<ClusteringModel>null Always.public com.google.common.collect.BiMap<String,Cluster> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<Cluster>Entity identifiers and Entity instances.public Map<FieldName,?> evaluate(Map<FieldName,?> arguments)
evaluate in interface Evaluatorarguments - Map of active field values.predicted field and output field values.
Simple values are represented using the Java equivalents of PMML data types (eg. String, Integer, Float, Double etc.).
Complex values are represented as instances of Computable that return simple values.ComputableCopyright © 2013 University of Tartu. All Rights Reserved.