public interface ClusterStats_Def
Modifier and Type | Method and Description |
---|---|
void |
calcStats(GridProblemMediator problemSpec,
MatchResult solutionSet)
Calculate the stats.
|
void calcStats(GridProblemMediator problemSpec, MatchResult solutionSet) throws java.lang.Exception
problemSpec
- the whole problem specification with a list of all solutions.solutionSet
- the problem solving solution set. This is the object that
the problem solver returns and contains the problem solver clustering solution.java.lang.Exception
- any error.