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, int leaf_size=30, int dist_type=1) | Ball | |
Ball(const VectorVectorDouble &data, int leaf_size=10, int dist_type=1) | Ball | |
Ball(const Db *db, int leaf_size=30, int dist_type=1, bool useSel=false) | Ball | |
Ball(const Ball &p)=delete | Ball | |
display(int level=-1) const | 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 | |
~Ball() | Ball | virtual |