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

A Transportation solver that solves the Transportation Problem via Russells Algorithm. More...

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

List of all members.

Public Member Functions

override MatrixND Solve ()
 Solve the Transportation Method using Russells 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 Transportation solver that solves the Transportation Problem via Russells Algorithm.


Member Function Documentation

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

Solve the Transportation Method using Russells Algorithm.

Returns:
The solution to the Transportation problem

Implements VisWpf.MDS.Transportation.TransporationSolver.


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