|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOMLibFileFormatException | |
---|---|
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 |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps |
---|
Methods in at.tuwien.ifs.somtoolbox.apps that throw SOMLibFileFormatException | |
---|---|
static void |
QualityMeasureComputer.main(java.lang.String[] args)
|
static void |
MapInterpolator.main(java.lang.String[] args)
Method for stand-alone execution of the map interpolater. |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps.helper |
---|
Methods in at.tuwien.ifs.somtoolbox.apps.helper that throw SOMLibFileFormatException | |
---|---|
static void |
HTMLMapReader.main(java.lang.String[] args)
|
static void |
SOMMerger.main(java.lang.String[] args)
|
static void |
DataWinnerMappingWriter.main(java.lang.String[] args)
|
static void |
DataGenerator.main(java.lang.String[] args)
|
static void |
SomToInputConvertor.main(java.lang.String[] args)
|
static void |
SOMLibInputMerger.main(java.lang.String[] args)
|
private static void |
SOMLibInputMerger.merge(java.lang.String[] inputTvs,
java.lang.String[] inputVecs,
java.lang.String outFile,
int percentage,
SOMLibInputMerger.mergeMode mode,
int[] size)
|
static void |
SOMLibInputMerger.mergeVectors(java.lang.String[] inputTvs,
java.lang.String[] inputVecs,
java.lang.String outFile,
java.lang.String modeString,
int[] size)
|
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps.initEval |
---|
Methods in at.tuwien.ifs.somtoolbox.apps.initEval that throw SOMLibFileFormatException | |
---|---|
static void |
EvaluationMain.main(java.lang.String[] args)
|
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Constructors in at.tuwien.ifs.somtoolbox.apps.viewer that throw SOMLibFileFormatException | |
---|---|
MapPNode(javax.swing.JFrame parentFrame,
java.lang.String weightVectorFileName,
java.lang.String unitDescriptionFileName,
java.lang.String mapDescriptionFileName,
CommonSOMViewerStateData state)
Default constructors - reading of input files not yet done. |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.data |
---|
Methods in at.tuwien.ifs.somtoolbox.data that throw SOMLibFileFormatException | |
---|---|
static java.lang.StringBuffer |
InputDataWriter.getAsWekaARFF(InputData data,
boolean writeInstanceNames,
boolean skipInputsWithoutClass,
java.lang.String relationName)
|
int |
SOMLibClassInformation.getClassIndexForInput(java.lang.String vectorName)
|
java.lang.String |
SOMLibClassInformation.getClassName(java.lang.String vectorName)
Gets the class name of the given vector name. |
private void |
SOMLibClassInformation.readSOMLibClassInformationFile(java.io.BufferedReader br)
|
private void |
SOMLibClassInformation.readTabSepClassInformationFile(java.io.BufferedReader br)
|
private void |
SOMLibClassInformation.throwClassInfoReadingError(java.lang.String classInformationFileName,
java.io.IOException e)
|
static void |
InputDataWriter.writeAsESOM(InputData data,
java.lang.String fileName)
Writes the data to ESOM lrn/cls format. |
static void |
InputDataWriter.writeAsESOM(SOMLibClassInformation classInfo,
java.lang.String fileName)
Writes the class information as ESOM cls file. |
static void |
InputDataWriter.writeAsSOMLib(java.util.HashMap<java.lang.String,java.lang.String> classInfo,
java.util.HashSet<java.lang.String> classNames,
java.lang.String fileName)
Writes the class information to a file in SOMLib format. |
static void |
InputDataWriter.writeAsSOMLib(InputData data,
TemplateVector templateVector,
SOMLibClassInformation classInformation,
boolean tabSeparatedClassFile,
java.lang.String basicFileName)
Writes the class information to a file. |
static void |
InputDataWriter.writeAsSOMLib(InputData data,
TemplateVector templateVector,
SOMLibClassInformation classInformation,
java.lang.String basicFileName)
Writes the class information to a file. |
static void |
InputDataWriter.writeAsSOMLib(SOMLibClassInformation classInfo,
java.lang.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,
java.io.PrintWriter writer,
java.lang.String relationName)
|
void |
SOMLibDataInformation.writeToFile(java.lang.String fileName)
Writes the class information to a file. |
static void |
InputDataWriter.writeToFileTabSeparated(SOMLibClassInformation classInfo,
java.lang.String fileName)
Writes the class information to a tab-separated file. |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.input |
---|
Methods in at.tuwien.ifs.somtoolbox.input that throw SOMLibFileFormatException | |
---|---|
void |
SOMLibDataWinnerMapping.readDataWinnerMappingFile(java.lang.String fileName)
Reads from the file and fills the data structure. |
protected void |
SOMLibFormatInputReader.readMapDescriptionFile(java.lang.String fileName)
Reads a SOMLib map description file with the given name. |
protected void |
SOMLibFormatInputReader.readUnitDescriptionFile(java.lang.String fileName)
Reads a SOMLib unit description file with the given name. |
private void |
SOMLibFormatInputReader.readWeightVectorFile(java.lang.String fileName)
Reads a SOMLib weight vector file with the given name. |
Constructors in at.tuwien.ifs.somtoolbox.input that throw SOMLibFileFormatException | |
---|---|
MnemonicSOMLibFormatInputReader(java.lang.String unitDescriptionFileName,
java.lang.String mapDescriptionFileName,
int dimension)
|
|
MnemonicSOMLibFormatInputReader(java.lang.String weightVectorFileName,
java.lang.String unitDescriptionFileName,
java.lang.String mapDescriptionFileName)
|
|
MnemonicSOMLibFormatInputReader(java.lang.String weightVectorFileName,
java.lang.String unitDescriptionFileName,
java.lang.String mapDescriptionFileName,
int dimension)
|
|
SOMLibDataWinnerMapping(java.lang.String fileName)
Sole constructor taking the name of the data-winner mapping file as an argument. |
|
SOMLibFormatInputReader(java.lang.String weightVectorFileName,
java.lang.String unitDescriptionFileName,
java.lang.String mapDescriptionFileName)
Sole constructor taking the name of the weight vector file, the unit description file and the map description file as arguments. |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.layers.initialisation |
---|
Methods in at.tuwien.ifs.somtoolbox.layers.initialisation that throw SOMLibFileFormatException | |
---|---|
private void |
SOMInitializer.read()
Read weights from an already trained SOM |
Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.reportgenerator |
---|
Methods in at.tuwien.ifs.somtoolbox.reportgenerator that throw SOMLibFileFormatException | |
---|---|
static void |
ReportGenerator.main(java.lang.String[] args)
the main method if the report generator is called as a stand alone application |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |