public class ClusterClassificationMap extends LinkedHashMap<K,Double> implements HasDisplayValue, HasClusterId, HasAffinity, HasClusterAffinity
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassificationMap.Type |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
Double |
getAffinity(String value) |
Double |
getClusterAffinity() |
String |
getClusterId() |
String |
getDisplayValue() |
E |
getEntity() |
String |
getEntityId() |
Double |
getProbability(String value) |
String |
getResult() |
ClassificationMap.Type |
getType() |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic 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 HasClusterAffinitypublic String getResult()
getResult in interface Computablepublic String getEntityId()
getEntityId in interface HasEntityIdpublic E getEntity()
public Double getProbability(String value)
getProbability in interface HasProbabilitypublic ClassificationMap.Type getType()
Copyright © 2013 University of Tartu. All Rights Reserved.