public class SetCoverage extends Object implements QualityIndicator
| Constructor and Description |
|---|
SetCoverage() |
| Modifier and Type | Method and Description |
|---|---|
double |
execute(Front frontA,
Front frontB) |
double |
execute(List<? extends Solution> solutionListA,
List<? extends Solution> solutionListB) |
String |
getName() |
double |
setCoverage(List<? extends Solution> set1,
List<? extends Solution> set2)
Calculates the set coverage of set1 over set2
|
public double execute(Front frontA, Front frontB)
execute in interface QualityIndicatorpublic double execute(List<? extends Solution> solutionListA, List<? extends Solution> solutionListB)
execute in interface QualityIndicatorpublic double setCoverage(List<? extends Solution> set1, List<? extends Solution> set2)
set1 - set2 - public String getName()
getName in interface QualityIndicatorCopyright © 2015. All rights reserved.