|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Kluster | |
---|---|
org.apache.mahout.clustering.fuzzykmeans | |
org.apache.mahout.clustering.kmeans | This package provides an implementation of the k-means clustering algorithm. |
org.apache.mahout.clustering.meanshift |
Uses of Kluster in org.apache.mahout.clustering.fuzzykmeans |
---|
Subclasses of Kluster in org.apache.mahout.clustering.fuzzykmeans | |
---|---|
class |
SoftCluster
|
Uses of Kluster in org.apache.mahout.clustering.kmeans |
---|
Methods in org.apache.mahout.clustering.kmeans with parameters of type Kluster | |
---|---|
static String |
Kluster.formatCluster(Kluster cluster)
Format the cluster for output |
Uses of Kluster in org.apache.mahout.clustering.meanshift |
---|
Subclasses of Kluster in org.apache.mahout.clustering.meanshift | |
---|---|
class |
MeanShiftCanopy
This class models a canopy as a center point, the number of points that are contained within it according to the application of some distance metric, and a point total which is the sum of all the points and is used to compute the centroid when needed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |