This is the complete list of members for gstlrn::KNN, including all inherited members.
btree_query(const t_btree &tree, const MatrixT< double > &x, Id n_samples, Id n_features, Id n_neigh) | gstlrn::KNN | |
btree_query_inPlace(const t_btree &tree, const MatrixT< double > &x, Id n_samples, Id n_features, Id n_neigh, Id rank, 1 &indices, 1 &distances) | gstlrn::KNN | |
getDistance(Id rank=0, Id ineigh=0) const | gstlrn::KNN | |
getDistances(Id rank=0) const | gstlrn::KNN | |
getIndex(Id rank=0, Id ineigh=0) const | gstlrn::KNN | |
getIndices(Id rank=0) const | gstlrn::KNN | |
KNN() | gstlrn::KNN | |
setNNeighbors(Id n_neighbors) | gstlrn::KNN | inline |
setNSamples(Id n_samples) | gstlrn::KNN | inline |