at.tuwien.ifs.somtoolbox.reportgenerator.output
Class SOMGHSOMDescriptionHTML
java.lang.Object
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionHTML
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGGDescriptionHTML
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGHSOMDescriptionHTML
public class SOMGHSOMDescriptionHTML
- extends SOMGGDescriptionHTML
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: SOMGHSOMDescriptionHTML.java 3583 2010-05-21 10:07:41Z mayer $
- Author:
- Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)
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 Creates the description of the SOM and training properties |
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.SOMDescriptionHTML |
createClusterReport, getUnitCoords, includeAdditionalVisualizations, printClusterInfos, printClusterNode, printDataDistribution, printDistributionDetailTable, printLearningRate, printMapLayout, printMetricUsed, printNeighbourhoodFunction, printNumberOfIterations, printQualityMeasureReport, printRandomSeed, printRegionalOverviewReport, printSigma, printSOMDimensions, printTau, printTopographicErrorReport, printTrainingDate, printTrainingTime, showSDHSwitchBox, showTopographicProductSwitchBox, showTrustworthyNessSwitchBox |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOMGHSOMDescriptionHTML
public SOMGHSOMDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP)
printSOMDescription
public void printSOMDescription()
- initiates the creation of the output Creates the description of the SOM and training properties
- Overrides:
printSOMDescription
in class SOMDescriptionHTML
printTopologyOfSOM
protected void printTopologyOfSOM()
- Description copied from class:
SOMDescriptionHTML
- 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 SOMGGDescriptionHTML
printSOMProperties
protected void printSOMProperties()
- initiates the creation of the output Creates the description of the SOM and training properties
- Overrides:
printSOMProperties
in class SOMGGDescriptionHTML
printMapNumbers
protected void printMapNumbers()