....
---------------------------------------------------------------------------
To run the library, just double click on the jar file. Also, you can use the following command line:
Java -Xms1500m -jar "ML Library.jar"
to ensure that the java virtual machine has enough space to run.
You can find sample test files under code/Test. Test files for clustering part are under code/Test/InputFile which contains two chameleon datasets from:
http://glaros.dtc.umn.edu/gkhome/cluto/cluto/download
Also, you can find sample test files for self-learning and co-training under its corresponding folders. ...