at.tuwien.ifs.somtoolbox.apps.helper
Class DataMapper
java.lang.Object
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
Constructor Summary |
DataMapper(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DataMapper
public DataMapper(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException,
SOMToolboxException
- Throws:
java.io.FileNotFoundException
java.io.IOException
SOMToolboxException
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)