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 java.lang.Object
implements SOMToolboxApp

Maps inputs to an already trained SOM.

Version:
$Id: DataMapper.java 4230 2011-12-01 09:47:20Z frank $
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 java.lang.String DESCRIPTION
           
static java.lang.String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, INFO, INFO_TEXT, LICENSE_TEXT, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
DataMapper(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
private  void mapCompleteDataAfterTraining(GrowingSOM som, InputData data, SOMLibClassInformation classInfo, java.util.ArrayList<java.lang.String> mappingExceptions, java.lang.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 java.lang.String DESCRIPTION
See Also:
Constant Field Values

LONG_DESCRIPTION

public static final java.lang.String LONG_DESCRIPTION

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

DataMapper

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

main

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

mapCompleteDataAfterTraining

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