edu.udo.cs.yale.operator.validation
Class Tools

java.lang.Object
  extended by edu.udo.cs.yale.operator.validation.Tools

public class Tools
extends java.lang.Object

Tools class for validation operators. This class provides methods for average building of performance vectors and other average vectors.

Version:
$Id: Tools.java,v 1.8 2006/10/01 12:09:24 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
Tools()
           
 
Method Summary
static PerformanceVector getPerformanceVector(java.util.List<AverageVector> averageVectors)
          Returns the first performance vector in the given list or null if no performance vectors exist.
static void handleAverages(IOContainer evalOutput, java.util.List<AverageVector> averageVectors)
          Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages.
static void handleAverages(IOContainer evalOutput, java.util.List<AverageVector> averageVectors, boolean onlyPerformanceVectors)
          Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

handleAverages

public static void handleAverages(IOContainer evalOutput,
                                  java.util.List<AverageVector> averageVectors)
                           throws OperatorException
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages. Only performance vectors are averaged.

Throws:
OperatorException


handleAverages

public static void handleAverages(IOContainer evalOutput,
                                  java.util.List<AverageVector> averageVectors,
                                  boolean onlyPerformanceVectors)
                           throws OperatorException
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages. The boolean flag onlyPerformanceVectors indicates if the average should be built from PerformanceVectors only or from other AverageVectors too. Throws a NullPointerException if averageVectors is null.

Throws:
OperatorException


getPerformanceVector

public static PerformanceVector getPerformanceVector(java.util.List<AverageVector> averageVectors)
Returns the first performance vector in the given list or null if no performance vectors exist.



Copyright © 2001-2006