public class HungarianAlgorithm extends java.lang.Object
Constructor and Description |
---|
HungarianAlgorithm(double[][] values)
Create the optimizer.
|
Modifier and Type | Method and Description |
---|---|
int[] |
resolve()
Resolve and returns result in this form :
result[row] = column |
public HungarianAlgorithm(double[][] values)
values
- Table of assignment costs.public int[] resolve()
result[row] = column