Home
last modified time | relevance | path

Searched refs:NeighborSearchStat (Results 1 – 10 of 10) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/neighbor_search/
H A Dneighbor_search_stat.hpp26 class NeighborSearchStat class
48 NeighborSearchStat() : in NeighborSearchStat() function in mlpack::neighbor::NeighborSearchStat
59 NeighborSearchStat(TreeType& /* node */) : in NeighborSearchStat() function in mlpack::neighbor::NeighborSearchStat
H A Dneighbor_search.hpp77 NeighborSearchStat<SortPolicy>,
81 NeighborSearchStat<SortPolicy>,
87 typedef TreeType<MetricType, NeighborSearchStat<SortPolicy>, MatType> Tree;
H A Dtypedef.hpp56 NeighborSearchStat<NearestNeighborSort>,
59 NeighborSearchStat<NearestNeighborSort>,
H A Dns_model.hpp41 NeighborSearchStat<SortPolicy>,
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Drectangle_tree_test.cpp50 typedef RTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
98 typedef RTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
622 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
693 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
734 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
901 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
921 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
974 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
1092 NeighborSearchStat<NearestNeighborSort>, arma::mat> TreeType;
1106 NeighborSearchStat<NearestNeighborSort>, arma::mat,
[all …]
H A Dakfn_test.cpp146 StandardCoverTree<EuclideanDistance, NeighborSearchStat<FurthestNeighborSort>,
176 StandardCoverTree<EuclideanDistance, NeighborSearchStat<FurthestNeighborSort>,
H A Dkfn_test.cpp48 NeighborSearchStat<FurthestNeighborSort>, arma::mat> TreeType;
439 CoverTree<LMetric<2>, NeighborSearchStat<FurthestNeighborSort>, arma::mat,
477 typedef CoverTree<LMetric<2, true>, NeighborSearchStat<FurthestNeighborSort>,
507 typedef BallTree<EuclideanDistance, NeighborSearchStat<FurthestNeighborSort>,
H A Daknn_test.cpp149 StandardCoverTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
270 SPTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>, arma::mat>
H A Dknn_test.cpp373 typedef KDTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
767 StandardCoverTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
805 StandardCoverTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
833 typedef BallTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
1753 KDTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
1784 SPTree<EuclideanDistance, NeighborSearchStat<NearestNeighborSort>,
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/kmeans/
H A Ddual_tree_kmeans_statistic.hpp21 neighbor::NeighborSearchStat<neighbor::NearestNeighborSort>
25 neighbor::NeighborSearchStat<neighbor::NearestNeighborSort>(), in DualTreeKMeansStatistic()
41 neighbor::NeighborSearchStat<neighbor::NearestNeighborSort>(), in DualTreeKMeansStatistic()