public class SetCoverage extends SimpleDescribedEntity 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
|
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic 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 QualityIndicatorgetName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntityCopyright © 2015. All rights reserved.