@Beta public class ClusterClassificationMap extends EntityClassificationMap<org.dmg.pmml.Cluster> implements HasDisplayValue, HasClusterId, HasAffinity, HasClusterAffinity
ClassificationMap.TypeAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
ClusterClassificationMap(ClassificationMap.Type type) |
protected |
ClusterClassificationMap(ClassificationMap.Type type,
org.dmg.pmml.Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAffinity(String value) |
Double |
getClusterAffinity() |
String |
getClusterId() |
String |
getDisplayValue() |
getEntity, getEntityId, getResult, toStringHelpergetType, normalize, normalizeSoftMax, sum, toStringclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodeprotected ClusterClassificationMap(ClassificationMap.Type type)
protected ClusterClassificationMap(ClassificationMap.Type type, org.dmg.pmml.Cluster cluster)
public String getDisplayValue()
getDisplayValue in interface HasDisplayValuepublic String getClusterId()
getClusterId in interface HasClusterIdpublic Double getAffinity(String value)
getAffinity in interface HasAffinitypublic Double getClusterAffinity()
getClusterAffinity in interface HasClusterAffinityCopyright © 2014. All Rights Reserved.