| Package | Description |
|---|---|
| com.github.pmerienne.trident.ml.clustering |
| Modifier and Type | Class and Description |
|---|---|
class |
KMeans
Inspired from
http://www.cs.princeton.edu/courses/archive/fall08/cos436/Duda/C/sk_means.htm
|
| Modifier and Type | Method and Description |
|---|---|
Clusterer |
ClusterUpdater.getInitialClusterer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterUpdater.setInitialClusterer(Clusterer initialClusterer) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
ClusterQuery.batchRetrieve(storm.trident.state.map.MapState<Clusterer> state,
List<storm.trident.tuple.TridentTuple> tuples) |
void |
ClusterUpdater.updateState(storm.trident.state.map.MapState<Clusterer> state,
List<storm.trident.tuple.TridentTuple> tuples,
storm.trident.operation.TridentCollector collector) |
| Constructor and Description |
|---|
ClusterUpdater(String clustererName,
Clusterer initialClusterer) |
Copyright © 2014. All rights reserved.