Click or drag to resize
Accord.NET (logo)

MunkresCostMatrix Property

Gets or sets the cost matrix for this assignment algorithm. This is a (W x T) matrix where N corresponds to the NumberOfWorkers and T to the NumberOfTasks.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double[][] CostMatrix { get; }
Request Example View Source

Property Value

Type: Double
The cost matrix.
See Also