public class SetCoverage extends SimpleDescribedEntity implements QualityIndicator
| Constructor and Description |
|---|
SetCoverage() |
| Modifier and Type | Method and Description |
|---|---|
double |
execute(Front frontA,
Front frontB) |
<S extends Solution<?>> |
execute(List<S> solutionListA,
List<S> 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 <S extends Solution<?>> double execute(List<S> solutionListA, List<S> 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.