Class RunSelfSim

java.lang.Object
  |
  +--RunSelfSim

public class RunSelfSim
extends java.lang.Object

RunSelfSim is a program which is used to calculate and show a matrix of self-similarities of an entire music piece according to some vertex-based similarity measure. E.g. the similarity matrix shown on p.101 of our thesis was created using RunSelfSim.


Constructor Summary
RunSelfSim()
           
 
Method Summary
static void main(java.lang.String[] args)
          RunSelfSim should be run with one command line parameter specifying a midi- or MuseData-file to be analysed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunSelfSim

public RunSelfSim()
Method Detail

main

public static void main(java.lang.String[] args)
RunSelfSim should be run with one command line parameter specifying a midi- or MuseData-file to be analysed.