Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.output | |
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers |
Modifier and Type | Class and Description |
---|---|
class |
GGSOMTestRunResult
This class stores information about a training run that produced a SOM of type Growing Grid (gg) In addition to all
features of the TestRunResultClass, it also prodived a tau2 (taken from the properties file)
|
class |
GHSOMTestRunResult |
Modifier and Type | Field and Description |
---|---|
private TestRunResult |
SemanticInterpreterGrid.TestRun |
Modifier and Type | Field and Description |
---|---|
private Vector<TestRunResult> |
TestRunResultCollection.testruns |
Modifier and Type | Method and Description |
---|---|
TestRunResult |
TestRunResultCollection.getRun(int r) |
Modifier and Type | Method and Description |
---|---|
void |
TestRunResultCollection.addTestrunResult(TestRunResult newRun) |
Constructor and Description |
---|
GGSOMTestRunResult(TestRunResult result)
creates a new instance of this type, by handing over a TestRunResult object.
|
GHSOMTestRunResult(TestRunResult result)
creates a new instance of this type, by handing over a TestRunResult object.
|
SemanticInterpreterGrid(Unit[] units,
TestRunResult testrun,
boolean master,
int Region,
int type,
String imgDir) |
Modifier and Type | Field and Description |
---|---|
protected TestRunResult |
SOMDescriptionLATEX.testrun
encapsulates all available information about the testrun - just ask
|
protected TestRunResult |
SOMDescriptionHTML.testrun
encapsulates all available information about the testrun - just ask
|
Modifier and Type | Method and Description |
---|---|
private String |
OutputReportLATEX.getSOMDimensions(TestRunResult testrun)
returns the dimension of the SOM nicley formatted.
|
private String |
OutputReportHtml.getSOMDimensions(TestRunResult testrun)
returns the dimension of the SOM nicley formatted.
|
Constructor and Description |
---|
SOMDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String baseDir,
EditableReportProperties EP)
creates a new instance
|
SOMDescriptionLATEX(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String baseDir)
creates a new instance
|
SOMGGDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP) |
SOMGGDescriptionLATEX(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir) |
SOMGHSOMDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP) |
SOMGHSOMDescriptionLATEX(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir) |
Modifier and Type | Field and Description |
---|---|
(package private) TestRunResult |
QMContainer.run |
Constructor and Description |
---|
QMContainer(TestRunResult run) |