at.tuwien.ifs.somtoolbox.reportgenerator.output
Class SOMGHSOMDescriptionLATEX

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionLATEX
      extended by at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGGDescriptionLATEX
          extended by at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGHSOMDescriptionLATEX

public class SOMGHSOMDescriptionLATEX
extends SOMGGDescriptionLATEX

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: SOMGHSOMDescriptionLATEX.java 3583 2010-05-21 10:07:41Z mayer $
Author:
Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)

Field Summary
 
Fields inherited from class at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionLATEX
dataset, imgDir, imgSubdir, testrun, writer
 
Constructor Summary
SOMGHSOMDescriptionLATEX(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String imgDir)
           
 
Method Summary
protected  void printMapNumbers()
           
 void printSOMDescription()
          initiates the creation of the output Creates the description of the SOM and training properties
protected  void printSOMProperties()
          initiates the creation of the output.
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.SOMGGDescriptionLATEX
printTau2
 
Methods inherited from class at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionLATEX
getUnitCoords, printClusterInfos, printDataDistribution, printDistributionDetailTable, printLearningRate, printMapLayout, printMetricUsed, printNeighbourhoodFunction, printNumberOfIterations, printQuantizationErrorReport, printRandomSeed, printSigma, printSOMDimensions, printTau, printTopographicErrorReport, printTrainingDate, printTrainingTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOMGHSOMDescriptionLATEX

public SOMGHSOMDescriptionLATEX(ReportFileWriter writer,
                                DatasetInformation dataset,
                                TestRunResult testrun,
                                String imgDir)
Method Detail

printSOMDescription

public void printSOMDescription()
initiates the creation of the output Creates the description of the SOM and training properties

Overrides:
printSOMDescription in class SOMDescriptionLATEX

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 SOMGGDescriptionLATEX

printSOMProperties

protected void printSOMProperties()
initiates the creation of the output. Creates the description of the SOM and training properties

Overrides:
printSOMProperties in class SOMGGDescriptionLATEX

printMapNumbers

protected void printMapNumbers()