HomeSort by relevance Sort by last modified time
    Searched refs:clustering (Results 1 - 5 of 5) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
Clusterable.java 18 package org.apache.commons.math.stat.clustering;
Cluster.java 18 package org.apache.commons.math.stat.clustering;
EuclideanIntegerPoint.java 18 package org.apache.commons.math.stat.clustering;
KMeansPlusPlusClusterer.java 18 package org.apache.commons.math.stat.clustering;
30 * Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
84 * Runs the K-means++ clustering algorithm.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 81 Clustering clustering; local
85 clustering = new TimeClustering(context);
88 clustering = new LocationClustering(context);
91 clustering = new TagClustering(context);
94 clustering = new FaceClustering(context);
97 clustering = new SizeClustering(context);
101 clustering.run(mBaseSet);
102 int n = clustering.getNumberOfClusters();
106 String childName = clustering.getClusterName(i)
    [all...]

Completed in 1114 milliseconds