at.tuwien.ifs.somtoolbox.apps
Class QualityMeasureComputer

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.QualityMeasureComputer
All Implemented Interfaces:
SOMToolboxApp, NetworkModel

public class QualityMeasureComputer
extends Object
implements NetworkModel, SOMToolboxApp

Wrapper for the individual Quality Measures.

Version:
$Id: QualityMeasureComputer.java 3896 2010-11-03 16:45:12Z mayer $
Author:
Gerd Platzgummer

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
QualityMeasureComputer()
           
 
Method Summary
static void main(String[] args)
           
static void printDouble(double dvalue, String outputfile)
           
static void printDoubles(double[][] values, int xsize, int ysize, String outputfile)
           
static void printFunctionValues(double[] values, int length, String outputfile)
           
 
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

QualityMeasureComputer

public QualityMeasureComputer()
Method Detail

main

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

printDouble

public static void printDouble(double dvalue,
                               String outputfile)

printDoubles

public static void printDoubles(double[][] values,
                                int xsize,
                                int ysize,
                                String outputfile)

printFunctionValues

public static void printFunctionValues(double[] values,
                                       int length,
                                       String outputfile)