|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.performance.PerformanceVector.DefaultComparator
public static class PerformanceVector.DefaultComparator
The default performance comparator compares the main criterion of two performance vectors. In case that the minimum description length (mdl) criterion is also calculated and have a weight > 0 the weighted sums of the main and the mdl criterion are compared.
| Constructor Summary | |
|---|---|
PerformanceVector.DefaultComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(PerformanceVector av1,
PerformanceVector av2)
Returns a negative value iff pv2 is better than pv1. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public PerformanceVector.DefaultComparator()
| Method Detail |
|---|
public int compare(PerformanceVector av1,
PerformanceVector av2)
PerformanceComparator
compare in interface PerformanceComparatorcompare in interface java.util.Comparator<PerformanceVector>
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||