@InterfaceAudience.Private public class MunkresAssignment extends java.lang.Object
| Constructor and Description |
|---|
MunkresAssignment(float[][] costMatrix)
Construct a new problem instance with the specified cost matrix.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
solve()
Get the optimal assignments.
|
public MunkresAssignment(float[][] costMatrix)
costMatrix - public int[] solve()