public class EvaluationMain extends Object
Modifier and Type | Field and Description |
---|---|
private static String[] |
args |
private static String |
DATASETNAME |
private static String |
FILENAME |
private static int |
numRuns
How often should each initialization be run?
|
private static BufferedWriter |
out |
private static String |
propFilename |
private static String |
separator |
private static int |
sleeptime |
Constructor and Description |
---|
EvaluationMain() |
Modifier and Type | Method and Description |
---|---|
private static void |
changeInitMethod(String method) |
private static void |
changeInitMethodAndSizes(String method,
int xSize,
int ySize) |
private static void |
evaluate(String methodName) |
private static void |
evaluateExistingSOM() |
private static void |
evaluateGeneric(String name) |
private static void |
evaluatePCA() |
private static void |
evaluateRandom() |
private static void |
evaluateRandomSampling() |
static String |
getDatasetName() |
private static Properties |
loadProperties() |
static void |
main(String[] args) |
private static void |
readParams(String[] args) |
private static String DATASETNAME
private static String FILENAME
private static BufferedWriter out
private static String separator
private static String propFilename
private static String[] args
private static int sleeptime
private static int numRuns
private static void readParams(String[] args)
public static void main(String[] args) throws IOException, InterruptedException, SOMLibFileFormatException
public static String getDatasetName()
private static void evaluateExistingSOM() throws IOException, InterruptedException
IOException
InterruptedException
private static void evaluatePCA() throws IOException, InterruptedException
IOException
InterruptedException
private static void evaluateRandomSampling() throws IOException, InterruptedException
IOException
InterruptedException
private static void evaluateRandom() throws IOException, InterruptedException
IOException
InterruptedException
private static void evaluateGeneric(String name) throws FileNotFoundException, IOException, InterruptedException
private static void evaluate(String methodName) throws IOException
IOException
private static Properties loadProperties() throws FileNotFoundException, IOException
FileNotFoundException
IOException
private static void changeInitMethod(String method) throws FileNotFoundException, IOException, InterruptedException
private static void changeInitMethodAndSizes(String method, int xSize, int ySize) throws FileNotFoundException, IOException, InterruptedException