at.tuwien.ifs.feature.evaluation
Class RhythmPatternsMatrixVisualisationSaver

java.lang.Object
  extended by at.tuwien.ifs.feature.evaluation.RhythmPatternsMatrixVisualisationSaver
All Implemented Interfaces:
SOMToolboxApp

public class RhythmPatternsMatrixVisualisationSaver
extends Object
implements SOMToolboxApp

Provides a batch mode to save rhythm patterns matrix visualisation of all inputs contained in a vector file.

Version:
$Id: RhythmPatternsMatrixVisualisationSaver.java 4279 2012-09-11 10:34:08Z mayer $
Author:
Rudolf Mayer

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
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, INFO, INFO_TEXT, LICENSE_TEXT, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
RhythmPatternsMatrixVisualisationSaver()
           
 
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
Constructor Detail

RhythmPatternsMatrixVisualisationSaver

public RhythmPatternsMatrixVisualisationSaver()
Method Detail

main

public static void main(String[] args)