Home
last modified time | relevance | path

Searched defs:clusters (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java95 List<Cluster<T>> clusters = chooseInitialCenters(points, k, random); in cluster() local
145 assignPointsToClusters(final Collection<Cluster<T>> clusters, final Collection<T> points) { in assignPointsToClusters()
206 private T getPointFromLargestVarianceCluster(final Collection<Cluster<T>> clusters) { in getPointFromLargestVarianceCluster()
247 private T getPointFromLargestNumberCluster(final Collection<Cluster<T>> clusters) { in getPointFromLargestNumberCluster()
281 private T getFarthestPoint(final Collection<Cluster<T>> clusters) { in getFarthestPoint()
320 getNearestCluster(final Collection<Cluster<T>> clusters, final T point) { in getNearestCluster()
/external/harfbuzz_ng/util/
Dhelper-cairo.hh58 cairo_text_cluster_t *clusters; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc89 std::list<Cluster>* clusters, in AddCluster()
187 std::list<Cluster> clusters; in ProcessClusters() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dlayer1.py173 def describe_clusters(self, clusters=None): argument
/external/opencv3/modules/flann/include/opencv2/flann/
Dkmeans_index.h538 KMeansNodePtr* clusters = new KMeansNodePtr[numClusters]; in getClusterCenters() local
1060 …int getMinVarianceClusters(KMeansNodePtr root, KMeansNodePtr* clusters, int clusters_length, Dista… in getMinVarianceClusters()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp100 std::vector<std::list<size_t> > clusters(points.size()); in hierarchicalClustering() local
1123 std::vector<std::vector<Point2f> > clusters(2), hulls(2); in findBasis() local
/external/webp/src/enc/
Dhistogram.c662 int* const clusters = WebPSafeMalloc(image_histo_size, sizeof(*clusters)); in HistogramCombineGreedy() local
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2952 Cluster** const clusters = in MakeNewCluster() local
Dmkvparser.cpp4827 Cluster** const clusters = m_pSegment->m_clusters; in Seek() local
5117 Cluster** const clusters = m_pSegment->m_clusters; in Seek() local
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc4826 Cluster** const clusters = m_pSegment->m_clusters; in Seek() local
5335 Cluster** const clusters = m_pSegment->m_clusters; in Seek() local