public abstract class ClassificationAggregator<K>
extends java.lang.Object
| Constructor and Description |
|---|
ClassificationAggregator(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
double value) |
void |
clear() |
protected DoubleVector |
get(K key) |
int |
size() |
protected <V> java.util.Map<K,V> |
transform(com.google.common.base.Function<DoubleVector,V> function) |
public int size()
public void add(K key, double value)
public void clear()
protected DoubleVector get(K key)
protected <V> java.util.Map<K,V> transform(com.google.common.base.Function<DoubleVector,V> function)
Copyright © 2017. All Rights Reserved.