at.tuwien.ifs.somtoolbox.apps
Class QualityMeasureComputer
java.lang.Object
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
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
QualityMeasureComputer
public QualityMeasureComputer()
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)