|
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; }
Public ReadOnly Property CostMatrix As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleThe cost matrix.
See Also