Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.apps.helper | |
at.tuwien.ifs.somtoolbox.apps.initEval | |
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.layers.initialisation | |
at.tuwien.ifs.somtoolbox.reportgenerator |
Modifier and Type | Method and Description |
---|---|
static void |
MapInterpolator.main(String[] args)
Method for stand-alone execution of the map interpolater.
|
static void |
QualityMeasureComputer.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
SomToInputConvertor.main(String[] args) |
static void |
SOMMerger.main(String[] args) |
static void |
SOMLibInputConcatenator.main(String[] args) |
static void |
HTMLMapReader.main(String[] args) |
static void |
DataWinnerMappingWriter.main(String[] args) |
static void |
DataGenerator.main(String[] args) |
private static void |
SOMLibInputConcatenator.merge(String[] inputTvs,
String[] inputVecs,
String outFile,
int percentage,
SOMLibInputConcatenator.mergeMode mode,
int[] size) |
static void |
SOMLibInputConcatenator.mergeVectors(String[] inputTvs,
String[] inputVecs,
String outFile,
String modeString,
int[] size) |
Modifier and Type | Method and Description |
---|---|
static void |
EvaluationMain.main(String[] args) |
Constructor and Description |
---|
MapPNode(JFrame parentFrame,
String weightVectorFileName,
String unitDescriptionFileName,
String mapDescriptionFileName,
CommonSOMViewerStateData state)
Default constructors - reading of input files not yet done.
|
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
InputDataWriter.getAsWekaARFF(InputData data,
boolean writeInstanceNames,
boolean skipInputsWithoutClass,
String relationName) |
static StringBuffer |
InputDataWriter.getAsWekaARFFRandomized(InputData data,
boolean writeInstanceNames,
boolean skipInputsWithoutClass,
int randomSeed,
String relationName) |
int |
SOMLibClassInformation.getClassIndexForInput(String vectorName) |
String |
SOMLibClassInformation.getClassName(String vectorName)
Gets the class name of the given vector name.
|
private void |
SOMLibClassInformation.readSOMLibClassInformationFile(BufferedReader br) |
private void |
SOMLibClassInformation.readTabSepClassInformationFile(BufferedReader br) |
private void |
SOMLibClassInformation.throwClassInfoReadingError(String classInformationFileName,
IOException e) |
static void |
InputDataWriter.writeAsESOM(InputData data,
String fileName)
Writes the data to ESOM lrn/cls
format.
|
static void |
InputDataWriter.writeAsESOM(SOMLibClassInformation classInfo,
String fileName)
Writes the class information as ESOM
cls file.
|
static void |
InputDataWriter.writeAsSOMLib(HashMap<String,String> classInfo,
HashSet<String> classNames,
String fileName)
Writes the class information to a file in SOMLib format.
|
static void |
InputDataWriter.writeAsSOMLib(InputData data,
TemplateVector templateVector,
SOMLibClassInformation classInformation,
boolean tabSeparatedClassFile,
String basicFileName)
Writes the class information to a file.
|
static void |
InputDataWriter.writeAsSOMLib(InputData data,
TemplateVector templateVector,
SOMLibClassInformation classInformation,
String basicFileName)
Writes the class information to a file.
|
static void |
InputDataWriter.writeAsSOMLib(SOMLibClassInformation classInfo,
String fileName)
Writes the class information to a file in SOMLib format; elements will be sorted by label name.
|
private static void |
InputDataWriter.writeAsWekaARFF(InputData data,
boolean writeInstanceNames,
boolean skipInputsWithoutClass,
PrintWriter writer,
String relationName) |
void |
SOMLibDataInformation.writeToFile(String fileName)
Writes the class information to a file.
|
static void |
InputDataWriter.writeToFileTabSeparated(SOMLibClassInformation classInfo,
String fileName)
Writes the class information to a tab-separated file.
|
Modifier and Type | Method and Description |
---|---|
void |
SOMLibDataWinnerMapping.readDataWinnerMappingFile(String fileName)
Reads from the file and fills the data structure.
|
protected void |
SOMLibFormatInputReader.readMapDescriptionFile(String fileName)
Reads a SOMLib map description file with the given name.
|
protected void |
SOMLibFormatInputReader.readUnitDescriptionFile(String fileName)
Reads a SOMLib unit description file with the given name.
|
private void |
SOMLibFormatInputReader.readWeightVectorFile(String fileName)
Reads a SOMLib weight vector file with the given name.
|
Constructor and Description |
---|
MnemonicSOMLibFormatInputReader(String unitDescriptionFileName,
String mapDescriptionFileName,
int dimension) |
MnemonicSOMLibFormatInputReader(String weightVectorFileName,
String unitDescriptionFileName,
String mapDescriptionFileName) |
MnemonicSOMLibFormatInputReader(String weightVectorFileName,
String unitDescriptionFileName,
String mapDescriptionFileName,
int dimension) |
SOMLibDataWinnerMapping(String fileName)
Sole constructor taking the name of the data-winner mapping file as an argument.
|
SOMLibFormatInputReader(String weightVectorFileName,
String unitDescriptionFileName,
String mapDescriptionFileName)
Sole constructor taking the name of the weight vector file, the unit description file and the map description
file as arguments.
|
Modifier and Type | Method and Description |
---|---|
private void |
SOMInitializer.read()
Read weights from an already trained SOM
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportGenerator.main(String[] args)
the main method if the report generator is called as a stand alone application
|