|
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
)
Public Sub New (
costMatrix As Double()()
)
Request Example
View SourceParameters
- 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