Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.output |
Provides classes to write trained SOMs to files for future re-use.
|
at.tuwien.ifs.somtoolbox.output.labeling |
Provides implementations of labeling algorithms to assign semantic labels to SOM units.
|
at.tuwien.ifs.somtoolbox.reportgenerator |
Modifier and Type | Method and Description |
---|---|
void |
HTMLOutputter.write(GHSOM ghsom,
String fDir,
String fName) |
static void |
SOMLibMapOutputter.write(GHSOM ghsom,
String fDir,
String fName,
boolean gzipped,
SOMProperties somProps,
FileProperties fileProps) |
void |
HTMLOutputter.write(GHSOM ghsom,
String fDir,
String fName,
String[] dataNames)
Writes the HTML representation of a GHSOM to a file.
|
static void |
SOMLibMapOutputter.writeDataWinnerMappingFile(GHSOM ghsom,
InputData data,
int numWinners,
String fDir,
String fName,
boolean gzipped) |
Modifier and Type | Method and Description |
---|---|
void |
LagusKeywordLabeler.label(GHSOM ghsom,
InputData data,
int num) |
void |
Labeler.label(GHSOM ghsom,
InputData data,
int num) |
void |
LabelSOM.label(GHSOM ghsom,
InputData data,
int num) |
Modifier and Type | Field and Description |
---|---|
private GHSOM |
GHSOMTestRunResult.ghsom |
Modifier and Type | Method and Description |
---|---|
GHSOM |
GHSOMTestRunResult.getGHSOM()
returns a GHSOM representing the SOM trained in this run
|