public class ClusterClassificationMap extends LinkedHashMap<String,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() |
Double |
getConfidence(String value) |
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 getEntityId()
getEntityId in interface HasEntityIdpublic E getEntity()
public String getResult()
getResult in interface Computable<String>public Double getConfidence(String value)
getConfidence in interface HasConfidencepublic Double getProbability(String value)
getProbability in interface HasProbabilitypublic ClassificationMap.Type getType()
Copyright © 2013 University of Tartu. All Rights Reserved.