#include <cstdlib>
#include <cmath>
#include <ANN/ANN.h>
Go to the source code of this file.
|
void | annClusEllipsoids (ANNpointArray pa, int n, int dim, int n_clus, ANNbool new_clust, double std_dev_small, double std_dev_lo, double std_dev_hi, int max_dim) |
|
void | annClusGaussPts (ANNpointArray pa, int n, int dim, int n_clus, ANNbool new_clust, double std_dev) |
|
void | annClusOrthFlats (ANNpointArray pa, int n, int dim, int n_clus, ANNbool new_clust, double std_dev, int max_dim) |
|
void | annCoGaussPts (ANNpointArray pa, int n, int dim, double correlation) |
|
void | annCoLaplacePts (ANNpointArray pa, int n, int dim, double correlation) |
|
void | annGaussPts (ANNpointArray pa, int n, int dim, double std_dev) |
|
void | annLaplacePts (ANNpointArray pa, int n, int dim) |
|
void | annPlanted (ANNpointArray pa, int n, int dim, ANNpointArray src, int n_src, double std_dev) |
|
void | annUniformPts (ANNpointArray pa, int n, int dim) |
|
#define ANN_RAND_MAX 2147483647UL |
#define ANN_SRAND srandom |
void annClusEllipsoids |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
int |
n_clus, |
|
|
ANNbool |
new_clust, |
|
|
double |
std_dev_small, |
|
|
double |
std_dev_lo, |
|
|
double |
std_dev_hi, |
|
|
int |
max_dim |
|
) |
| |
void annClusGaussPts |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
int |
n_clus, |
|
|
ANNbool |
new_clust, |
|
|
double |
std_dev |
|
) |
| |
void annClusOrthFlats |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
int |
n_clus, |
|
|
ANNbool |
new_clust, |
|
|
double |
std_dev, |
|
|
int |
max_dim |
|
) |
| |
void annCoGaussPts |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
double |
correlation |
|
) |
| |
void annCoLaplacePts |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
double |
correlation |
|
) |
| |
void annGaussPts |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
double |
std_dev |
|
) |
| |