NAME
EmbedderEmbedGraph.h -
SYNOPSIS
#include ’EmbedderDefs.h’
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 embed_graph (vtx_data * graph, int n, int dim, DistType **& coords)
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
Visualization Team Email : auber@tulip-software.org Last modification :
13/03/2009 This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
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)
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.