20 #ifndef EMBED_GRAPH_H_
21 #define EMBED_GRAPH_H_
28 void PCA(
DistType ** coords,
int dim,
int n,
double **(&new_coords),
30 void PCA(
DistType ** coords,
int dim,
int n,
double **(&new_coords),
31 int dim1,
int dim2,
boolean recompute);
32 void PCA_orthog(
DistType ** coords,
int dim,
int n,
33 double **(&new_coords),
int new_dim,
double *orthog);
34 void iterativePCA(
DistType ** coords,
int dim,
int n,
35 double **(&new_coords));
void center_coordinate(DistType **coords, int n, int dim)
Agraph_t * graph(char *name)
void embed_graph(vtx_data *graph, int n, int dim, DistType ***Coords, int reweight_graph)