Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/
DKMeansPlusPlusClusterer.java233 int clusterIndex = getNearestCluster(clusters, p); in assignPointsToClusters() local
501 int clusterIndex = 0; in getNearestCluster() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/
DKMeansPlusPlusClusterer.java268 int clusterIndex = getNearestCluster(clusters, p); in assignPointsToClusters() local
531 int clusterIndex = 0; in getNearestCluster() local
/external/skia/modules/skparagraph/src/
DParagraphImpl.h167 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function
168 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
DOneLineShaper.h106 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DParagraphImpl.cpp950 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
955 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DRun.h104 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
DTextLine.cpp587 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createEllipsis() local
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h167 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local
190 Index clusterIndex = 0; in matrix_function_compute_map() local
/external/libmonet/quantize/
DQuantizerWsmeans.java192 int clusterIndex = clusterIndices[i]; in quantize() local
/external/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()