Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.gui | |
at.tuwien.ifs.somtoolbox.reportgenerator.output |
Modifier and Type | Field and Description |
---|---|
DatasetInformation |
TestRunResult.datasetInfo |
Modifier and Type | Method and Description |
---|---|
DatasetInformation |
TestRunResult.getDatasetInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.createReport(int type,
String outputDirectory,
DatasetInformation datasetInfo,
TestRunResultCollection testruns) |
Constructor and Description |
---|
GGSOMTestRunResult(DatasetInformation datasetInfo,
String mapFilePath,
String propertyFilePath,
String unitFilePath,
String weightFilePath,
String dwFilePath,
int runId,
int type)
the explicit constructor for this object, that allows to define all required information separatly
|
TestRunResult(DatasetInformation datasetInfo,
String mapFilePath,
String propertyFilePath,
String unitFilePath,
String weightFilePath,
String dwFilePath,
int runId,
int type)
Constructor without Trained SOM, e.g.
|
TestRunResult(DatasetInformation datasetInfo,
String mapFilePath,
String propertyFilePath,
String unitFilePath,
String weightFilePath,
String dwFilePath,
int runId,
int type,
CommonSOMViewerStateData state)
Constructor for an already trained SOM & State, e.g.
|
Modifier and Type | Method and Description |
---|---|
private TestRunResultCollection |
ReportGenWindow.getTestrunResultCollection(DatasetInformation dataInfo,
int type)
Makes a report on the default Map.
|
Modifier and Type | Field and Description |
---|---|
protected DatasetInformation |
SOMDescriptionLATEX.dataset
contains all available information about the input data
|
protected DatasetInformation |
SOMDescriptionHTML.dataset
contains all available information about the input data
|
private DatasetInformation |
OutputReportLATEX.datasetInformation |
private DatasetInformation |
OutputReportHtml.datasetInformation |
Modifier and Type | Method and Description |
---|---|
void |
OutputReportLATEX.setDatasetInformation(DatasetInformation infoObj)
gives an Object to the report writer that stores all information about the used dataset.
|
void |
OutputReportHtml.setDatasetInformation(DatasetInformation infoObj)
gives an Object to the report writer that stores all information about the used dataset.
|
void |
OutputReport.setDatasetInformation(DatasetInformation infoObj) |
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) |