Uses of Interface
at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp

Packages that use SOMToolboxApp
at.tuwien.ifs.commons.gui   
at.tuwien.ifs.commons.gui.jsap This package contains a GenericGUI for JSAP with all required (helper) classes 
at.tuwien.ifs.feature.evaluation   
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.trainer   
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.data.distance   
at.tuwien.ifs.somtoolbox.database Classes providing the connection to and reading from or writing to a database. 
at.tuwien.ifs.somtoolbox.doc   
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
at.tuwien.ifs.somtoolbox.models Provides the actual implementations of network models. 
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.util.mnemonic Provides helpers to generate MnemonicSOM, SOMs of irregular shapes. 
 

Uses of SOMToolboxApp in at.tuwien.ifs.commons.gui
 

Fields in at.tuwien.ifs.commons.gui with type parameters of type SOMToolboxApp
private  Class<? extends SOMToolboxApp> SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel.app
           
private  ArrayList<Class<? extends SOMToolboxApp>> SOMToolboxAppChooser.runnables
           
 

Methods in at.tuwien.ifs.commons.gui that return types with arguments of type SOMToolboxApp
 Class<? extends SOMToolboxApp> SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel.getApp()
           
 

Constructor parameters in at.tuwien.ifs.commons.gui with type arguments of type SOMToolboxApp
SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel(Class<? extends SOMToolboxApp> app)
           
SOMToolboxAppChooser.MainRadioButton(Class<? extends SOMToolboxApp> app)
           
SOMToolboxAppChooser(ArrayList<Class<? extends SOMToolboxApp>> runnables)
           
SOMToolboxAppChooser(ArrayList<Class<? extends SOMToolboxApp>> runnables, String[] args)
           
 

Uses of SOMToolboxApp in at.tuwien.ifs.commons.gui.jsap
 

Method parameters in at.tuwien.ifs.commons.gui.jsap with type arguments of type SOMToolboxApp
private  void GenericGUI.doProceed(Class<? extends SOMToolboxApp> app)
           
private  void GenericGUI.initialize(Class<? extends SOMToolboxApp> app, String[] args)
          Build and initialize the GUI
 

Constructor parameters in at.tuwien.ifs.commons.gui.jsap with type arguments of type SOMToolboxApp
GenericGUI(Class<? extends SOMToolboxApp> app)
          Generate a GenericGUI based on the given SOMToolboxApp
GenericGUI(Class<? extends SOMToolboxApp> app, String[] args)
          Generate a GenericGUI based on the given SOMToolboxApp
 

Uses of SOMToolboxApp in at.tuwien.ifs.feature.evaluation
 

Classes in at.tuwien.ifs.feature.evaluation that implement SOMToolboxApp
 class SimilarityRetrieval
          Provides a simple similarity-retrieval on vector files, as stand-alone application.
 class SimilarityRetrievalGUI
           
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.apps
 

Classes in at.tuwien.ifs.somtoolbox.apps that implement SOMToolboxApp
 class DataSetViewer
          Implements a JDialog for displaying a 2 or 3 dimensional data set.
 class QualityMeasureComputer
          Wrapper for the individual Quality Measures.
 class UnitFileViewer
          Plots a unit file, can be used especially to plot a 3D-SOM.
 class VisualisationImageSaver
          Save Visualisations of a map to an image file.
 

Fields in at.tuwien.ifs.somtoolbox.apps with type parameters of type SOMToolboxApp
static Comparator<Class<? extends SOMToolboxApp>> SOMToolboxApp.TYPE_GROUPED_COMPARATOR
           
 

Method parameters in at.tuwien.ifs.somtoolbox.apps with type arguments of type SOMToolboxApp
static SOMToolboxApp.Type SOMToolboxApp.Type.getType(Class<? extends SOMToolboxApp> c)
           
private static boolean SOMToolboxMain.invokeMainClass(ArrayList<Class<? extends SOMToolboxApp>> runnables, String runable, String[] cleanArgs, boolean useGUI)
           
private static void SOMToolboxMain.printAvailableRunnables(int screenWidth, ArrayList<Class<? extends SOMToolboxApp>> runnables)
           
private static void SOMToolboxMain.showAvailableRunnables(ArrayList<Class<? extends SOMToolboxApp>> runnables, String[] args)
           
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.apps.helper
 

Classes in at.tuwien.ifs.somtoolbox.apps.helper that implement SOMToolboxApp
 class DataMapper
          Maps inputs to an already trained SOM.
 class DatasetRandomiser
          Randomises a given data set (consisting of an InputData vector, and optionally a TemplateVector.
 class DataWinnerMappingWriter
          This class writes a data winner mapping file from a trained map.
 class MapRotator
          Rotates a map by the given degrees, and writes a new unit- and weight-vector file.
 class RGBPaletteConverter
          Converts palettes given as RGB values to the XML format used in the SOMToolbox.
 class SomFilePacker
           
 class SOMLibInputMerger
          Merges two or more SOMLib Input files, i.e.
 class SOMMerger
          Combines the weight vectors of one or more SOM maps to an input vector file.
 class StringReplacer
          Replaces strings by a replacement in the given file.
 class TemplateVectorComparator
          Compares the contents of two template vectors.
 class VectorFileMerger
          Merges two vector files.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.apps.trainer
 

Classes in at.tuwien.ifs.somtoolbox.apps.trainer that implement SOMToolboxApp
 class SOMTrainer
          The SOMTrainer is a graphical Interface to train a new SOM.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.apps.viewer
 

Classes in at.tuwien.ifs.somtoolbox.apps.viewer that implement SOMToolboxApp
 class SOMViewer
          The class providing the main window of the SOMViewer application.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.data
 

Classes in at.tuwien.ifs.somtoolbox.data that implement SOMToolboxApp
 class InputDataFileFormatConverter
          This class converts between various file formats for InputData.
 class SOMLibVectorNormalization
          Handles the normalization of vector files in SOMLib format.
 class SOMLibZeroVectorRemover
          Handles the removal of zero vectors in vector files in SOMLib format.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.data.distance
 

Classes in at.tuwien.ifs.somtoolbox.data.distance that implement SOMToolboxApp
 class DistanceMatrixWriter
          Writes the input matrix for a given data set to an ASCII or binary format.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.database
 

Classes in at.tuwien.ifs.somtoolbox.database that implement SOMToolboxApp
 class VectorFile2DatabaseImporter
          Imports input and template vector files to a database.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.doc
 

Method parameters in at.tuwien.ifs.somtoolbox.doc with type arguments of type SOMToolboxApp
static boolean RunnablesReferenceCreator.isMainApp(Class<? extends SOMToolboxApp> c)
           
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.input
 

Classes in at.tuwien.ifs.somtoolbox.input that implement SOMToolboxApp
 class MapFileFormatConverter
          This class converts between various file formats for trained SOMs.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.models
 

Classes in at.tuwien.ifs.somtoolbox.models that implement SOMToolboxApp
 class GHSOM
          This class implements the Growing Hierarchical Self-Organizing Map.
 class GrowingSOM
          This class implements the Growing Self-Organizing Map.
 class MnemonicSOM
          This class implements so-called Mnemonic SOMs, i.e.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.output
 

Classes in at.tuwien.ifs.somtoolbox.output that implement SOMToolboxApp
 class AttendeeMapper
           
 class HTMLOutputter
           
 class TrajectoryOutputter
          Generates a graphical representation of a trajectory of the given points over the map.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.output.labeling
 

Classes in at.tuwien.ifs.somtoolbox.output.labeling that implement SOMToolboxApp
 class LabelSOM
          Implements the LabelSOM labelling method, as described in A.
 

Uses of SOMToolboxApp in at.tuwien.ifs.somtoolbox.util.mnemonic
 

Classes in at.tuwien.ifs.somtoolbox.util.mnemonic that implement SOMToolboxApp
 class MnemonicSOMGenerator