de.aitools.iv.mds
Class Main

java.lang.Object
  extended by de.aitools.iv.mds.Main

public class Main
extends java.lang.Object

Author:
Anita

Field Summary
static java.lang.String ending
           
static java.lang.String experimentName
           
static java.lang.String gnuplot
           
static java.lang.String output
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double[][] runChalmers1996MDS()
           
static double[][] runChalmers2003MDS()
           
static double[][] runJourdan2004MDS()
           
static double[][] runJourdan2004MultiscaleMDS()
           
static double[][] runSpringModelMDS()
           
static double[][] runStein2006MDS()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output

public static java.lang.String output

gnuplot

public static java.lang.String gnuplot

experimentName

public static java.lang.String experimentName

ending

public static java.lang.String ending
Constructor Detail

Main

public Main()
Method Detail

runSpringModelMDS

public static double[][] runSpringModelMDS()
                                    throws java.io.FileNotFoundException,
                                           java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

runChalmers1996MDS

public static double[][] runChalmers1996MDS()
                                     throws java.io.FileNotFoundException,
                                            java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

runChalmers2003MDS

public static double[][] runChalmers2003MDS()
                                     throws java.io.FileNotFoundException,
                                            java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

runJourdan2004MDS

public static double[][] runJourdan2004MDS()
                                    throws java.io.FileNotFoundException,
                                           java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

runJourdan2004MultiscaleMDS

public static double[][] runJourdan2004MultiscaleMDS()
                                              throws java.io.FileNotFoundException,
                                                     java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

runStein2006MDS

public static double[][] runStein2006MDS()
                                  throws java.io.FileNotFoundException,
                                         java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

main

public static void main(java.lang.String[] args)