|
Graphviz
2.29.20120524.0446
|
#include "matrix_ops.h"#include "pca.h"#include "closest.h"#include <stdio.h>#include <stdlib.h>#include <math.h>
Go to the source code of this file.
Functions | |
| void | PCA_alloc (DistType **coords, int dim, int n, double **new_coords, int new_dim) |
| boolean | iterativePCA_1D (double **coords, int dim, int n, double *new_direction) |
| boolean iterativePCA_1D | ( | double ** | coords, |
| int | dim, | ||
| int | n, | ||
| double * | new_direction | ||
| ) |
Definition at line 79 of file pca.c.
References NULL, closest_pairs2graph(), mult_sparse_dense_mat_transpose(), mult_dense_mat_d(), free(), power_iteration(), and TRUE.
1.7.5