at.tuwien.ifs.somtoolbox.reportgenerator.output
Class SOMGGDescriptionHTML
java.lang.Object
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMDescriptionHTML
at.tuwien.ifs.somtoolbox.reportgenerator.output.SOMGGDescriptionHTML
- Direct Known Subclasses:
- SOMGHSOMDescriptionHTML
public class SOMGGDescriptionHTML
- extends SOMDescriptionHTML
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: SOMGGDescriptionHTML.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.SOMDescriptionHTML |
createClusterReport, getUnitCoords, includeAdditionalVisualizations, printClusterInfos, printClusterNode, printDataDistribution, printDistributionDetailTable, printLearningRate, printMapLayout, printMetricUsed, printNeighbourhoodFunction, printNumberOfIterations, printQualityMeasureReport, printRandomSeed, printRegionalOverviewReport, printSigma, printSOMDescription, 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 |
SOMGGDescriptionHTML
public SOMGGDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP)
printSOMProperties
protected void printSOMProperties()
- initiates the creation of the output Creates the description of the SOM and training properties
- Overrides:
printSOMProperties
in class SOMDescriptionHTML
printTau2
protected void printTau2()
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 SOMDescriptionHTML