This is the complete list of members for Ball, including all inherited members.
Ball(const double **data=nullptr, int n_samples=0, int n_features=0, double(*dist_function)(const double *x1, const double *x2, int size)=nullptr, int leaf_size=10, int default_distance_function=1) | Ball | |
Ball(const VectorVectorDouble &data, double(*dist_function)(const double *x1, const double *x2, int size)=nullptr, int leaf_size=10, int default_distance_function=1) | Ball | |
Ball(const Db *db, double(*dist_function)(const double *x1, const double *x2, int size)=nullptr, int leaf_size=10, int default_distance_function=1, bool useSel=false) | Ball | |
Ball(const Ball &p)=delete | Ball | |
display(int level=-1) const | Ball | |
getIndices(const SpacePoint &Pt, int n_neighbors=1) | Ball | |
init(const Db *db, double(*dist_function)(const double *x1, const double *x2, int size)=nullptr, int leaf_size=10, int default_distance_function=1, bool useSel=false) | Ball | |
operator=(const Ball &p)=delete | Ball | |
query(const double **test, int n_samples, int n_features, int n_neighbors=1) | Ball | |
queryAsVVD(const VectorVectorDouble &test, int n_neighbors=1) | Ball | |
queryClosest(const VectorDouble &test) | Ball | |
queryOne(const double *test, int n_features, int n_neighbors=1) | Ball | |
queryOneAsVD(const VectorDouble &test, int n_neighbors=1) | Ball | |
queryOneAsVDFromSP(const SpacePoint &Pt, int n_neighbors=1) | Ball | |
queryOneInPlace(const VectorDouble &test, int n_neighbors, VectorInt &indices, VectorDouble &distances, int rank=0) | Ball | |
~Ball() | Ball | virtual |