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 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
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 String DESCRIPTION
- See Also:
- Constant Field Values
LONG_DESCRIPTION
public static final String LONG_DESCRIPTION
APPLICATION_TYPE
public static final SOMToolboxApp.Type APPLICATION_TYPE
DataMapper
public DataMapper(String[] args)
throws FileNotFoundException,
IOException,
SOMToolboxException
- Throws:
FileNotFoundException
IOException
SOMToolboxException
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)