at.tuwien.ifs.somtoolbox.apps.helper
Class SOMMerger
java.lang.Object
at.tuwien.ifs.somtoolbox.apps.helper.SOMMerger
- All Implemented Interfaces:
- SOMToolboxApp
public class SOMMerger
- extends Object
- implements SOMToolboxApp
Combines the weight vectors of one or more SOM maps to an input vector file.
- Version:
- $Id: SOMMerger.java 3674 2010-07-15 09:06:51Z frank $
- Author:
- Rudolf Mayer
Method Summary |
static void |
main(String[] args)
|
private static int[] |
parseMapSize(com.martiansoftware.jsap.JSAPResult config)
|
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
- See Also:
- Constant Field Values
APPLICATION_TYPE
public static final SOMToolboxApp.Type APPLICATION_TYPE
SOMMerger
public SOMMerger()
main
public static void main(String[] args)
throws SOMLibFileFormatException,
IOException
- Throws:
SOMLibFileFormatException
IOException
parseMapSize
private static int[] parseMapSize(com.martiansoftware.jsap.JSAPResult config)