public class QualityMeasureComputer extends Object implements NetworkModel, SOMToolboxApp
SOMToolboxApp.Type
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
APPLICATION_TYPE |
static String |
DESCRIPTION |
static String |
LONG_DESCRIPTION |
static com.martiansoftware.jsap.Parameter[] |
OPTIONS |
DEV_BY_STRING, HOMEPAGE, INFO, INFO_TEXT, LICENSE_TEXT, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
Constructor and Description |
---|
QualityMeasureComputer() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final com.martiansoftware.jsap.Parameter[] OPTIONS
public static final String DESCRIPTION
public static final String LONG_DESCRIPTION
public static final SOMToolboxApp.Type APPLICATION_TYPE
public static void main(String[] args) throws FileNotFoundException, SOMLibFileFormatException
public static void printDouble(double dvalue, String outputfile)
public static void printDoubles(double[][] values, int xsize, int ysize, String outputfile)
public static void printFunctionValues(double[] values, int length, String outputfile)