Uses of Class
at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp.Type

Packages that use SOMToolboxApp.Type
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.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.Type in at.tuwien.ifs.feature.evaluation
 

Fields in at.tuwien.ifs.feature.evaluation declared as SOMToolboxApp.Type
static SOMToolboxApp.Type SimilarityRetrieval.APPLICATION_TYPE
           
static SOMToolboxApp.Type SimilarityRetrievalGUI.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.apps declared as SOMToolboxApp.Type
static SOMToolboxApp.Type QualityMeasureComputer.APPLICATION_TYPE
           
static SOMToolboxApp.Type UnitFileViewer.APPLICATION_TYPE
           
static SOMToolboxApp.Type DataSetViewer.APPLICATION_TYPE
           
static SOMToolboxApp.Type VisualisationImageSaver.APPLICATION_TYPE
           
 

Methods in at.tuwien.ifs.somtoolbox.apps that return SOMToolboxApp.Type
static SOMToolboxApp.Type SOMToolboxApp.Type.getType(Class<? extends SOMToolboxApp> c)
           
static SOMToolboxApp.Type SOMToolboxApp.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SOMToolboxApp.Type[] SOMToolboxApp.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.helper declared as SOMToolboxApp.Type
static SOMToolboxApp.Type DatasetRandomiser.APPLICATION_TYPE
           
static SOMToolboxApp.Type DataMapper.APPLICATION_TYPE
           
static SOMToolboxApp.Type SOMMerger.APPLICATION_TYPE
           
static SOMToolboxApp.Type MapRotator.APPLICATION_TYPE
           
static SOMToolboxApp.Type DataWinnerMappingWriter.APPLICATION_TYPE
           
static SOMToolboxApp.Type TemplateVectorComparator.APPLICATION_TYPE
           
static SOMToolboxApp.Type SomFilePacker.APPLICATION_TYPE
           
static SOMToolboxApp.Type StringReplacer.APPLICATION_TYPE
           
static SOMToolboxApp.Type RGBPaletteConverter.APPLICATION_TYPE
           
static SOMToolboxApp.Type VectorFileMerger.APPLICATION_TYPE
           
static SOMToolboxApp.Type SOMLibInputMerger.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.trainer declared as SOMToolboxApp.Type
static SOMToolboxApp.Type SOMTrainer.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as SOMToolboxApp.Type
static SOMToolboxApp.Type SOMViewer.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.data declared as SOMToolboxApp.Type
static SOMToolboxApp.Type InputDataFileFormatConverter.APPLICATION_TYPE
           
static SOMToolboxApp.Type SOMLibVectorNormalization.APPLICATION_TYPE
           
static SOMToolboxApp.Type SOMLibZeroVectorRemover.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.data.distance declared as SOMToolboxApp.Type
static SOMToolboxApp.Type DistanceMatrixWriter.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.database declared as SOMToolboxApp.Type
static SOMToolboxApp.Type VectorFile2DatabaseImporter.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.input declared as SOMToolboxApp.Type
static SOMToolboxApp.Type MapFileFormatConverter.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.models declared as SOMToolboxApp.Type
static SOMToolboxApp.Type MnemonicSOM.APPLICATION_TYPE
           
static SOMToolboxApp.Type GrowingSOM.APPLICATION_TYPE
           
static SOMToolboxApp.Type GHSOM.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.output declared as SOMToolboxApp.Type
static SOMToolboxApp.Type TrajectoryOutputter.APPLICATION_TYPE
           
static SOMToolboxApp.Type HTMLOutputter.APPLICATION_TYPE
           
static SOMToolboxApp.Type AttendeeMapper.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.output.labeling declared as SOMToolboxApp.Type
static SOMToolboxApp.Type LabelSOM.APPLICATION_TYPE
           
 

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

Fields in at.tuwien.ifs.somtoolbox.util.mnemonic declared as SOMToolboxApp.Type
static SOMToolboxApp.Type MnemonicSOMGenerator.APPLICATION_TYPE