Home
last modified time | relevance | path

Searched defs:unique_labels (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/cluster/
H A Dplot_dbscan.py56 unique_labels = set(labels) variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/
H A Dmulticlass.py40 def unique_labels(*ys): function
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/softmax_regression/
H A Dsoftmax_regression_main.cpp182 const set<size_t> unique_labels(begin(trainLabels), in CalculateNumberOfClasses() local
/dports/math/R-cran-ddalpha/ddalpha/src/
H A DDKnn.cpp124 set<int> unique_labels; unique_labels.insert(labels, labels + n - 1); in DKnnCv() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dcommands.cc299 std::set<Label> unique_labels; in PrintTargetsAsLabels() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dcommands.cc304 std::set<Label> unique_labels; in PrintTargetsAsLabels() local
/dports/devel/gn/gn-1962/src/gn/
H A Dcommands.cc304 std::set<Label> unique_labels; in PrintTargetsAsLabels() local
/dports/graphics/colmap/colmap-3.6/lib/FLANN/algorithms/
H A Dkdtree_cuda_builder.h620 …int unique_labels = thrust::unique_by_key_copy( owners.begin(), owners.end(), thrust::counting_ite… in update_leftright_and_aabb() local
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/algorithms/
H A Dkdtree_cuda_builder.h620 …int unique_labels = thrust::unique_by_key_copy( owners.begin(), owners.end(), thrust::counting_ite… in update_leftright_and_aabb() local
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/algorithms/
H A Dkdtree_cuda_builder.h620 …int unique_labels = thrust::unique_by_key_copy( owners.begin(), owners.end(), thrust::counting_ite… in update_leftright_and_aabb() local
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtopology.cpp1220 _Trie unique_labels, // label -> unique integer ID in MaximumParsimony() local