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) |
|
double | annRan0 () |
|
static double | annRanGauss () |
|
static int | annRanInt (int n) |
|
static double | annRanLaplace () |
|
static double | annRanUnif (double lo, double hi) |
|
void | annUniformPts (ANNpointArray pa, int n, int dim) |
|
static void | genGauss (ANNpointArray pa, int n, int dim, double *center, double *std_dev) |
|
static void | genOrthFlat (ANNpointArray pa, int n, int dim, double *control, double std_dev) |
|
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 |
|
) |
| |
static double annRanGauss |
( |
| ) |
|
|
static |
static int annRanInt |
( |
int |
n | ) |
|
|
static |
static double annRanLaplace |
( |
| ) |
|
|
static |
static double annRanUnif |
( |
double |
lo, |
|
|
double |
hi |
|
) |
| |
|
static |
static void genGauss |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
double * |
center, |
|
|
double * |
std_dev |
|
) |
| |
|
static |
static void genOrthFlat |
( |
ANNpointArray |
pa, |
|
|
int |
n, |
|
|
int |
dim, |
|
|
double * |
control, |
|
|
double |
std_dev |
|
) |
| |
|
static |
const double CO_FLAG = 999 |