at.tuwien.ifs.somtoolbox.apps.helper
Class DataMapper

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.DataMapper
All Implemented Interfaces:
SOMToolboxApp

public class DataMapper
extends Object
implements SOMToolboxApp

Maps inputs to an already trained SOM.

Version:
$Id: DataMapper.java 3987 2011-01-10 15:23:49Z mayer $
Author:
Angela Roiger, Rudolf Mayer

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
static SOMToolboxApp.Type APPLICATION_TYPE
           
static String DESCRIPTION
           
static String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
DataMapper(String[] args)
           
 
Method Summary
static void main(String[] args)
           
private  void mapCompleteDataAfterTraining(GrowingSOM som, InputData data, SOMLibClassInformation classInfo, ArrayList<String> mappingExceptions, String labelerName, int numLabels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS

public static final com.martiansoftware.jsap.Parameter[] OPTIONS

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

LONG_DESCRIPTION

public static final String LONG_DESCRIPTION

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

DataMapper

public DataMapper(String[] args)
           throws FileNotFoundException,
                  IOException,
                  SOMToolboxException
Throws:
FileNotFoundException
IOException
SOMToolboxException
Method Detail

main

public static void main(String[] args)
                 throws FileNotFoundException,
                        IOException,
                        SOMToolboxException
Throws:
FileNotFoundException
IOException
SOMToolboxException

mapCompleteDataAfterTraining

private void mapCompleteDataAfterTraining(GrowingSOM som,
                                          InputData data,
                                          SOMLibClassInformation classInfo,
                                          ArrayList<String> mappingExceptions,
                                          String labelerName,
                                          int numLabels)
See Also:
GrowingLayer.mapCompleteDataAfterTraining(at.tuwien.ifs.somtoolbox.data.InputData)