![]() |
1.7.4
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
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 n_features)=nullptr, int leaf_size=10, int default_distance_function=1) | Ball | |
Ball(const Db *dbin, const Db *dbout=nullptr, double(*dist_function)(const double *x1, const double *x2, int n_features)=nullptr, int leaf_size=10, bool has_constraints=false, int default_distance_function=1, bool useSel=false) | Ball | |
Ball(const AMesh *mesh, double(*dist_function)(const double *x1, const double *x2, int n_features)=nullptr, int leaf_size=10, bool has_constraints=false, int default_distance_function=1) | Ball | |
Ball(const Ball &r) | Ball | |
display(int level=-1) const | Ball | |
empty() const | Ball | inline |
getIndices(const SpacePoint &Pt, int n_neighbors=1) | Ball | |
init(const Db *db, double(*dist_function)(const double *x1, const double *x2, int n_features)=nullptr, int leaf_size=10, int default_distance_function=1, bool useSel=false) | Ball | |
operator=(const Ball &p) | 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 | |
resetConstraints(bool status) | Ball | |
setConstraint(int rank, bool status) | Ball | |
~Ball() | Ball | virtual |