at.tuwien.ifs.somtoolbox.reportgenerator
Class TestRunResultCollection

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.reportgenerator.TestRunResultCollection

public class TestRunResultCollection
extends Object

Version:
$Id: TestRunResultCollection.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at)

Field Summary
static String keyDescription
           
static String keyLayerRevision
           
static String keyLearnRateInit
           
static String keyLearnrateType
           
static String keyMetric
           
static String keyNeighbourhoodInit
           
static String keyNeighbourhoodType
           
static String keyQuantErrMap
           
static String keyQuantErrVector
           
static String keyRandomInit
           
static String keyStorageDate
           
static String keyTopology
           
static String keyTotalIterations
           
static String keyTotalTrainingVectors
           
static String keyTrainingTime
           
static String keyType
           
static String keyUrlMappedInputVector
           
static String keyUrlMappedInputVectorDescription
           
static String keyUrlQuantErrMap
           
static String keyUrlTrainingVector
           
static String keyUrlTrainingVectorDescription
           
static String keyUrlUnitDescription
           
static String keyUrlWeightVector
           
static String keyVecDim
           
static String keyVectorsNormailised
           
static String keyXDim
           
static String keyYDim
           
private  Vector<TestRunResult> testruns
           
 
Constructor Summary
TestRunResultCollection()
           
 
Method Summary
 void addTestrunResult(TestRunResult newRun)
           
 int getNumberOfRuns()
           
 Object getProperty(String property, int testrun)
           
 TestRunResult getRun(int r)
           
 void setObjectsToCorrectType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyType

public static final String keyType
See Also:
Constant Field Values

keyTopology

public static final String keyTopology
See Also:
Constant Field Values

keyXDim

public static final String keyXDim
See Also:
Constant Field Values

keyYDim

public static final String keyYDim
See Also:
Constant Field Values

keyVecDim

public static final String keyVecDim
See Also:
Constant Field Values

keyStorageDate

public static final String keyStorageDate
See Also:
Constant Field Values

keyTrainingTime

public static final String keyTrainingTime
See Also:
Constant Field Values

keyLearnrateType

public static final String keyLearnrateType
See Also:
Constant Field Values

keyLearnRateInit

public static final String keyLearnRateInit
See Also:
Constant Field Values

keyNeighbourhoodType

public static final String keyNeighbourhoodType
See Also:
Constant Field Values

keyNeighbourhoodInit

public static final String keyNeighbourhoodInit
See Also:
Constant Field Values

keyRandomInit

public static final String keyRandomInit
See Also:
Constant Field Values

keyTotalIterations

public static final String keyTotalIterations
See Also:
Constant Field Values

keyTotalTrainingVectors

public static final String keyTotalTrainingVectors
See Also:
Constant Field Values

keyVectorsNormailised

public static final String keyVectorsNormailised
See Also:
Constant Field Values

keyQuantErrMap

public static final String keyQuantErrMap
See Also:
Constant Field Values

keyQuantErrVector

public static final String keyQuantErrVector
See Also:
Constant Field Values

keyUrlTrainingVector

public static final String keyUrlTrainingVector
See Also:
Constant Field Values

keyUrlTrainingVectorDescription

public static final String keyUrlTrainingVectorDescription
See Also:
Constant Field Values

keyUrlWeightVector

public static final String keyUrlWeightVector
See Also:
Constant Field Values

keyUrlQuantErrMap

public static final String keyUrlQuantErrMap
See Also:
Constant Field Values

keyUrlMappedInputVector

public static final String keyUrlMappedInputVector
See Also:
Constant Field Values

keyUrlMappedInputVectorDescription

public static final String keyUrlMappedInputVectorDescription
See Also:
Constant Field Values

keyUrlUnitDescription

public static final String keyUrlUnitDescription
See Also:
Constant Field Values

keyMetric

public static final String keyMetric
See Also:
Constant Field Values

keyLayerRevision

public static final String keyLayerRevision
See Also:
Constant Field Values

keyDescription

public static final String keyDescription
See Also:
Constant Field Values

testruns

private Vector<TestRunResult> testruns
Constructor Detail

TestRunResultCollection

public TestRunResultCollection()
Method Detail

addTestrunResult

public void addTestrunResult(TestRunResult newRun)

setObjectsToCorrectType

public void setObjectsToCorrectType()

getNumberOfRuns

public int getNumberOfRuns()

getProperty

public Object getProperty(String property,
                          int testrun)

getRun

public TestRunResult getRun(int r)