at.tuwien.ifs.somtoolbox.reportgenerator.output
Class SOMGGDescriptionLATEX
java.lang.Object
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionLATEX
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGGDescriptionLATEX
- Direct Known Subclasses:
- SOMGHSOMDescriptionLATEX
public class SOMGGDescriptionLATEX
- extends SOMDescriptionLATEX
Objects of this type handle the HTML report-writing for Growing Grids. In additon to the information outputtet by the
SOMDescription, also information about tau2 is given
- Version:
- $Id: SOMGGDescriptionLATEX.java 3583 2010-05-21 10:07:41Z mayer $
- Author:
- Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)
Method Summary |
protected void |
printSOMProperties()
initiates the creation of the output Creates the description of the SOM and training properties |
protected void |
printTau2()
|
protected void |
printTopologyOfSOM()
Prints the topology and type of the SOM (unit shape, type of SOM, ...) the value is dependent of the value
keyTopoology specified by the TestRunResult Object |
Methods inherited from class at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionLATEX |
getUnitCoords, printClusterInfos, printDataDistribution, printDistributionDetailTable, printLearningRate, printMapLayout, printMetricUsed, printNeighbourhoodFunction, printNumberOfIterations, printQuantizationErrorReport, printRandomSeed, printSigma, printSOMDescription, printSOMDimensions, printTau, printTopographicErrorReport, printTrainingDate, printTrainingTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOMGGDescriptionLATEX
public SOMGGDescriptionLATEX(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir)
printSOMProperties
protected void printSOMProperties()
- initiates the creation of the output Creates the description of the SOM and training properties
- Overrides:
printSOMProperties
in class SOMDescriptionLATEX
printTau2
protected void printTau2()
printTopologyOfSOM
protected void printTopologyOfSOM()
- Description copied from class:
SOMDescriptionLATEX
- Prints the topology and type of the SOM (unit shape, type of SOM, ...) the value is dependent of the value
keyTopoology specified by the TestRunResult Object
- Overrides:
printTopologyOfSOM
in class SOMDescriptionLATEX