at.tuwien.ifs.somtoolbox.reportgenerator
Class TestRunResultCollection
java.lang.Object
at.tuwien.ifs.somtoolbox.reportgenerator.TestRunResultCollection
public class TestRunResultCollection
- extends java.lang.Object
- Version:
- $Id: TestRunResultCollection.java 3358 2010-02-11 14:35:07Z mayer $
- Author:
- Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyType
public static final java.lang.String keyType
- See Also:
- Constant Field Values
keyTopology
public static final java.lang.String keyTopology
- See Also:
- Constant Field Values
keyXDim
public static final java.lang.String keyXDim
- See Also:
- Constant Field Values
keyYDim
public static final java.lang.String keyYDim
- See Also:
- Constant Field Values
keyVecDim
public static final java.lang.String keyVecDim
- See Also:
- Constant Field Values
keyStorageDate
public static final java.lang.String keyStorageDate
- See Also:
- Constant Field Values
keyTrainingTime
public static final java.lang.String keyTrainingTime
- See Also:
- Constant Field Values
keyLearnrateType
public static final java.lang.String keyLearnrateType
- See Also:
- Constant Field Values
keyLearnRateInit
public static final java.lang.String keyLearnRateInit
- See Also:
- Constant Field Values
keyNeighbourhoodType
public static final java.lang.String keyNeighbourhoodType
- See Also:
- Constant Field Values
keyNeighbourhoodInit
public static final java.lang.String keyNeighbourhoodInit
- See Also:
- Constant Field Values
keyRandomInit
public static final java.lang.String keyRandomInit
- See Also:
- Constant Field Values
keyTotalIterations
public static final java.lang.String keyTotalIterations
- See Also:
- Constant Field Values
keyTotalTrainingVectors
public static final java.lang.String keyTotalTrainingVectors
- See Also:
- Constant Field Values
keyVectorsNormailised
public static final java.lang.String keyVectorsNormailised
- See Also:
- Constant Field Values
keyQuantErrMap
public static final java.lang.String keyQuantErrMap
- See Also:
- Constant Field Values
keyQuantErrVector
public static final java.lang.String keyQuantErrVector
- See Also:
- Constant Field Values
keyUrlTrainingVector
public static final java.lang.String keyUrlTrainingVector
- See Also:
- Constant Field Values
keyUrlTrainingVectorDescription
public static final java.lang.String keyUrlTrainingVectorDescription
- See Also:
- Constant Field Values
keyUrlWeightVector
public static final java.lang.String keyUrlWeightVector
- See Also:
- Constant Field Values
keyUrlQuantErrMap
public static final java.lang.String keyUrlQuantErrMap
- See Also:
- Constant Field Values
keyUrlMappedInputVector
public static final java.lang.String keyUrlMappedInputVector
- See Also:
- Constant Field Values
keyUrlMappedInputVectorDescription
public static final java.lang.String keyUrlMappedInputVectorDescription
- See Also:
- Constant Field Values
keyUrlUnitDescription
public static final java.lang.String keyUrlUnitDescription
- See Also:
- Constant Field Values
keyMetric
public static final java.lang.String keyMetric
- See Also:
- Constant Field Values
keyLayerRevision
public static final java.lang.String keyLayerRevision
- See Also:
- Constant Field Values
keyDescription
public static final java.lang.String keyDescription
- See Also:
- Constant Field Values
testruns
private java.util.Vector<TestRunResult> testruns
TestRunResultCollection
public TestRunResultCollection()
addTestrunResult
public void addTestrunResult(TestRunResult newRun)
setObjectsToCorrectType
public void setObjectsToCorrectType()
getNumberOfRuns
public int getNumberOfRuns()
getProperty
public java.lang.Object getProperty(java.lang.String property,
int testrun)
getRun
public TestRunResult getRun(int r)