EmbedderEmbedGraph.h File Reference
#include "EmbedderDefs.h"
Include dependency graph for EmbedderEmbedGraph.h:
This graph shows which files directly or indirectly include this file:
Functions
- void embed_graph (vtx_data *graph, int n, int dim, DistType **(&coords))
- void center_coordinate (DistType **coords, int n, int dim)
- void PCA (DistType **coords, int dim, int n, double **(&new_coords), int new_dim)
- void PCA (DistType **coords, int dim, int n, double **(&new_coords), int dim1, int dim2, bool recompute)
Function Documentation
void center_coordinate |
( |
DistType ** |
coords, |
|
|
int |
n, |
|
|
int |
dim |
|
) |
|
|
void PCA |
( |
DistType ** |
coords, |
|
|
int |
dim, |
|
|
int |
n, |
|
|
double **& |
new_coords, |
|
|
int |
dim1, |
|
|
int |
dim2, |
|
|
bool |
recompute |
|
) |
|
|
void PCA |
( |
DistType ** |
coords, |
|
|
int |
dim, |
|
|
int |
n, |
|
|
double **& |
new_coords, |
|
|
int |
new_dim |
|
) |
|
|
|