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

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

public class DataWinnerMappingWriter
extends Object
implements SOMToolboxApp

This class writes a data winner mapping file from a trained map.

Version:
$Id: DataWinnerMappingWriter.java 3691 2010-07-15 09:23:21Z frank $
Author:
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
DataWinnerMappingWriter()
           
 
Method Summary
static void main(String[] args)
           
 
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
See Also:
Constant Field Values

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

DataWinnerMappingWriter

public DataWinnerMappingWriter()
Method Detail

main

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