Click or drag to resize
Accord.NET (logo)

Munkres Constructor (Double)

Initializes a new instance of the Munkres class.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Munkres(
	double[][] costMatrix
)
Request Example View Source

Parameters

costMatrix
Type: SystemDouble
The cost matrix where each row represents a worker, each column represents a task, and each individual element represents how much it costs for a particular worker to receive (be assigned) a particular task.
See Also