Graphviz  2.29.20120524.0446
Defines | Functions
lib/neatogen/pca.h File Reference
#include "defs.h"
Include dependency graph for pca.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PCA_H

Functions

void PCA_alloc (DistType **, int, int, double **, int)
boolean iterativePCA_1D (double **, int, int, double *)

Define Documentation

#define PCA_H

Definition at line 21 of file pca.h.


Function Documentation

boolean iterativePCA_1D ( double **  ,
int  ,
int  ,
double *   
)
void PCA_alloc ( DistType **  ,
int  ,
int  ,
double **  ,
int   
)

Definition at line 25 of file pca.c.

References NULL, N_GNEW, power_iteration(), TRUE, and free().