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

A Transporation Solver that solves the Transportation Problem via Vogels Algorithm. More...

Inheritance diagram for VisWpf.MDS.Transportation.VogelSolver:
VisWpf.MDS.Transportation.TransporationSolver

List of all members.

Public Member Functions

override MatrixND Solve ()
 Solve the Solution via Vogels Algorithm.
- Public Member Functions inherited from VisWpf.MDS.Transportation.TransporationSolver
double ComputeEarthMoversDistance ()
 Computes the Earth Movers Distance for two Signatures.

Additional Inherited Members

- Protected Member Functions inherited from VisWpf.MDS.Transportation.TransporationSolver
void initializeDataStructures (Signature signature1, Signature signature2)
 Initializes all Data-Structures that are needed.
bool checkForAlgorithmCompletion ()
 Checks if the Algorithm has completed its run.
- Protected Attributes inherited from VisWpf.MDS.Transportation.TransporationSolver
bool[] eliminatedRows
bool[] eliminatedColumns
Signature signature1
Signature signature2
- Properties inherited from VisWpf.MDS.Transportation.TransporationSolver
MatrixND SupplyVector [get]
 Gets the supply Vector.
MatrixND DemandVector [get]
 Gets the Demand Vector.
MatrixND CostMatrix [get]
 Gets the Cost Matrix.

Detailed Description

A Transporation Solver that solves the Transportation Problem via Vogels Algorithm.


Member Function Documentation

override MatrixND VisWpf.MDS.Transportation.VogelSolver.Solve ( )
virtual

Solve the Solution via Vogels Algorithm.

Returns:
The Solution Matrix to the Transportation Problem

Implements VisWpf.MDS.Transportation.TransporationSolver.


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