ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions
VisWpf.MDS.MDSController Class Reference

Contains a reference to a matlab algorithm that can compute Multidimensional Scaling (MDS) More...

List of all members.

Public Member Functions

 MDSController (IObserver< string > observer)
 Creates a new MDSController.
List< Vector > ComputeMDS (double[,] currentEMDMatrix)
 Computes the MDS positioning with Matlab using the selected Application settings.
IDisposable Subscribe (IObserver< string > observer)
 Not used.

Detailed Description

Contains a reference to a matlab algorithm that can compute Multidimensional Scaling (MDS)


Constructor & Destructor Documentation

VisWpf.MDS.MDSController.MDSController ( IObserver< string >  observer)

Creates a new MDSController.

Parameters:
observer

Member Function Documentation

List<Vector> VisWpf.MDS.MDSController.ComputeMDS ( doublecurrentEMDMatrix  [,])

Computes the MDS positioning with Matlab using the selected Application settings.

Returns:
A List of positions for the images
IDisposable VisWpf.MDS.MDSController.Subscribe ( IObserver< string >  observer)

Not used.

Parameters:
observer
Returns:

The documentation for this class was generated from the following file: