#include <aims/math/knn.h>
|
| MultiDatabase (double *data, unsigned int n, unsigned int dim) |
|
| Database () |
|
| Database (double *data, unsigned int size, unsigned int dim) |
|
virtual | ~Database () |
|
void | init (double *data, unsigned int size, unsigned int dim) |
|
int | search (const std::vector< double > &v, unsigned int dim) const |
|
int | search_with_hole (const std::vector< double > &v, unsigned int dim) const |
|
iterator | begin (void) |
|
iterator | end (void) |
|
unsigned int | size (void) const |
|
unsigned int | dim (void) const |
|
double | operator() (unsigned int x, unsigned int y) const |
|
double * | operator[] (unsigned int ind) |
|
const double * | operator[] (unsigned int ind) const |
|
double | variance_along_dim (unsigned int dim) const |
|
void | sort (unsigned int dim) |
|
const std::vector< bool > & | holes () const |
|
void | setHole (unsigned int ind, bool status) |
|
void | removeHoles (void) |
|
Definition at line 465 of file knn.h.
◆ MultiDatabase()
aims::knn::MultiDatabase::MultiDatabase |
( |
double * |
data, |
|
|
unsigned int |
n, |
|
|
unsigned int |
dim |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: