public class Classification extends Object implements Computable
MiningFunctionType.CLASSIFICATION,
MiningFunctionType.CLUSTERING| Modifier and Type | Class and Description |
|---|---|
static class |
Classification.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
Classification(Classification.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> List<K> |
entryKeys(List<Map.Entry<K,V>> entries) |
static <K,V> List<V> |
entryValues(List<Map.Entry<K,V>> entries) |
Object |
getResult() |
Classification.Type |
getType() |
static <K> void |
normalize(Map<K,Double> map) |
static <K> void |
normalizeSoftMax(Map<K,Double> map) |
static <K> Double |
sum(Map<K,Double> map) |
String |
toString() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
protected Classification(Classification.Type type)
public Object getResult()
getResult in interface Computableprotected com.google.common.base.Objects.ToStringHelper toStringHelper()
public Classification.Type getType()
Copyright © 2015. All Rights Reserved.