|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterObservations | |
---|---|
org.apache.mahout.clustering | |
org.apache.mahout.clustering.fuzzykmeans | |
org.apache.mahout.clustering.kmeans | This package provides an implementation of the k-means clustering algorithm. |
Uses of ClusterObservations in org.apache.mahout.clustering |
---|
Methods in org.apache.mahout.clustering that return ClusterObservations | |
---|---|
ClusterObservations |
AbstractCluster.getObservations()
|
ClusterObservations |
ClusterObservations.incrementCombinerState()
|
Methods in org.apache.mahout.clustering with parameters of type ClusterObservations | |
---|---|
void |
AbstractCluster.observe(ClusterObservations observations)
|
Uses of ClusterObservations in org.apache.mahout.clustering.fuzzykmeans |
---|
Method parameters in org.apache.mahout.clustering.fuzzykmeans with type arguments of type ClusterObservations | |
---|---|
protected void |
FuzzyKMeansCombiner.reduce(org.apache.hadoop.io.Text key,
Iterable<ClusterObservations> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
protected void |
FuzzyKMeansReducer.reduce(org.apache.hadoop.io.Text key,
Iterable<ClusterObservations> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Uses of ClusterObservations in org.apache.mahout.clustering.kmeans |
---|
Method parameters in org.apache.mahout.clustering.kmeans with type arguments of type ClusterObservations | |
---|---|
protected void |
KMeansReducer.reduce(org.apache.hadoop.io.Text key,
Iterable<ClusterObservations> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
protected void |
KMeansCombiner.reduce(org.apache.hadoop.io.Text key,
Iterable<ClusterObservations> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |