Tooling for some Machine Learning projects at Monash Univeristy, Melbourne, Australia
- Some mathematical functions (MathUtils and SUtils need cleaning)
- A watch for benchmarking
- Helpers to work with ARFF files
The default target is set to create a jar file. This project relies on third party libraries, which are needed at compile time. However, those libraries are NOT packaged in the jar we are building.
This code is using raw memory through Java Unsafe.
This may cause some IDEs, such as Eclipse, to complain with a Access restriction
error, which can be ignore.
In Eclipse, this error can be silenced in the preferences.
Search for Forbidden reference
, select Compiler: Errors/Warnings
and set it to ignore
or warning
.