Declaration of the pivot MDS. More...
#include <ogdf/basic/LayoutModule.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/graphalg/ShortestPathAlgorithms.h>
Go to the source code of this file.
Classes | |
class | ogdf::PivotMDS |
The Pivot MDS (multi-dimensional scaling) layout algorithm. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
template<typename T > | |
bool | ogdf::isinf (T value) |
Declaration of the pivot MDS.
By setting the number of pivots to infinity this algorithm behaves just like classical MDS. See Brandes and Pich: Eigensolver methods for progressive multidi- mensional scaling of large data.
Definition in file PivotMDS.h.