#include <Ball.hpp>
|
| | Ball (const double **data=nullptr, int n_samples=0, int n_features=0, int leaf_size=30, int dist_type=1) |
| |
| | Ball (const VectorVectorDouble &data, int leaf_size=10, int dist_type=1) |
| |
| | Ball (const Db *db, int leaf_size=30, int dist_type=1, bool useSel=false) |
| |
| | Ball (const Ball &p)=delete |
| |
| Ball & | operator= (const Ball &p)=delete |
| |
| virtual | ~Ball () |
| |
| KNN | query (const double **test, int n_samples, int n_features, int n_neighbors=1) |
| |
| KNN | queryAsVVD (const VectorVectorDouble &test, int n_neighbors=1) |
| |
| KNN | queryOne (const double *test, int n_features, int n_neighbors=1) |
| |
| KNN | queryOneAsVD (const VectorDouble &test, int n_neighbors=1) |
| |
| int | queryClosest (const VectorDouble &test) |
| |
| void | display (int level=-1) const |
| |
◆ Ball() [1/4]
| Ball::Ball |
( |
const double ** |
data = nullptr, |
|
|
int |
n_samples = 0, |
|
|
int |
n_features = 0, |
|
|
int |
leaf_size = 30, |
|
|
int |
dist_type = 1 |
|
) |
| |
◆ Ball() [2/4]
◆ Ball() [3/4]
| Ball::Ball |
( |
const Db * |
db, |
|
|
int |
leaf_size = 30, |
|
|
int |
dist_type = 1, |
|
|
bool |
useSel = false |
|
) |
| |
◆ Ball() [4/4]
| Ball::Ball |
( |
const Ball & |
p | ) |
|
|
delete |
◆ ~Ball()
◆ _getDistType()
| int Ball::_getDistType |
( |
| ) |
const |
|
inlineprotected |
◆ _getFeatureNumber()
| int Ball::_getFeatureNumber |
( |
| ) |
const |
|
inlineprotected |
◆ _getLeafSize()
| int Ball::_getLeafSize |
( |
| ) |
const |
|
inlineprotected |
◆ _getSampleNumber()
| int Ball::_getSampleNumber |
( |
| ) |
const |
|
inlineprotected |
◆ display()
| void Ball::display |
( |
int |
level = -1 | ) |
const |
◆ operator=()
◆ query()
| KNN Ball::query |
( |
const double ** |
test, |
|
|
int |
n_samples, |
|
|
int |
n_features, |
|
|
int |
n_neighbors = 1 |
|
) |
| |
◆ queryAsVVD()
◆ queryClosest()
◆ queryOne()
| KNN Ball::queryOne |
( |
const double * |
test, |
|
|
int |
n_features, |
|
|
int |
n_neighbors = 1 |
|
) |
| |
◆ queryOneAsVD()
◆ _tree
The documentation for this class was generated from the following files: