Uses of Class
org.apache.mahout.clustering.canopy.Canopy

Packages that use Canopy
org.apache.mahout.clustering.canopy   
 

Uses of Canopy in org.apache.mahout.clustering.canopy
 

Methods in org.apache.mahout.clustering.canopy that return types with arguments of type Canopy
static List<Canopy> CanopyClusterer.createCanopies(List<Vector> points, DistanceMeasure measure, double t1, double t2)
          Iterate through the points, adding new canopies.
 

Methods in org.apache.mahout.clustering.canopy with parameters of type Canopy
 boolean CanopyClusterer.canopyCovers(Canopy canopy, Vector point)
          Return if the point is covered by the canopy
 

Method parameters in org.apache.mahout.clustering.canopy with type arguments of type Canopy
 void CanopyClusterer.addPointToCanopies(Vector point, Collection<Canopy> canopies)
          This is the same algorithm as the reference but inverted to iterate over existing canopies instead of the points.
static List<Vector> CanopyClusterer.getCenters(Iterable<Canopy> canopies)
          Iterate through the canopies, adding their centroids to a list
static void CanopyClusterer.updateCentroids(Iterable<Canopy> canopies)
          Iterate through the canopies, resetting their center to their centroids
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.