com.rapidminer.operator.performance
Interface PerformanceComparator

All Superinterfaces:
java.util.Comparator<PerformanceVector>, java.io.Serializable
All Known Implementing Classes:
PerformanceVector.DefaultComparator

public interface PerformanceComparator
extends java.util.Comparator<PerformanceVector>, java.io.Serializable

Compares two PerformanceVectors.

Author:
Ingo Mierswa ingomierswa Exp $

Method Summary
 int compare(PerformanceVector pv1, PerformanceVector pv2)
          Returns a negative value iff pv2 is better than pv1.
 
Methods inherited from interface java.util.Comparator
equals
 

Method Detail

compare

int compare(PerformanceVector pv1,
            PerformanceVector pv2)
Returns a negative value iff pv2 is better than pv1.

Specified by:
compare in interface java.util.Comparator<PerformanceVector>


Copyright © 2001-2009 by Rapid-I