edu.udo.cs.yale.tools.math
Class RunVector

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.RunVector
All Implemented Interfaces:
IOObject, ResultObject

public class RunVector
extends ResultObjectAdapter

Collects the average vectors of a run. The averagables can be averaged by using average().

Version:
$Id: RunVector.java,v 1.10 2006/08/03 14:39:34 ingomierswa Exp $
Author:
Ralf Klinkenberg, Ingo Mierswa

Field Summary
private  java.util.ArrayList<AverageVector> vectorList
          List of average vectors.
 
Constructor Summary
RunVector()
           
 
Method Summary
 void addVector(AverageVector av)
          Adds a new average vector.
 AverageVector average()
          Calculates the mean value of the averagables of the average vectors and returns a average vector of which contain for each averagable the mean value.
 AverageVector getVector(int index)
          Returns the average vector with index i.
 java.util.ArrayList getVectorList()
          Returns all average vectors as list.
 int size()
          Returns the number of average vectors.
 java.lang.String toResultString()
          returns a String containing a time series of the values of each averagable and the average of all averagables over all runs.
 java.lang.String toString()
           
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getName, getVisualisationComponent, toHTML
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

vectorList

private java.util.ArrayList<AverageVector> vectorList
List of average vectors.

Constructor Detail

RunVector

public RunVector()
Method Detail

addVector

public void addVector(AverageVector av)
Adds a new average vector.


getVector

public AverageVector getVector(int index)
Returns the average vector with index i.


getVectorList

public java.util.ArrayList getVectorList()
Returns all average vectors as list.


size

public int size()
Returns the number of average vectors.


average

public AverageVector average()
Calculates the mean value of the averagables of the average vectors and returns a average vector of which contain for each averagable the mean value.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toResultString

public java.lang.String toResultString()
returns a String containing a time series of the values of each averagable and the average of all averagables over all runs.

Specified by:
toResultString in interface ResultObject
Overrides:
toResultString in class ResultObjectAdapter



Copyright © 2001-2006