Java implementation of the Support Vector Machine algorithm. Based on this Python SVM tutorial.
- CSV and JSON data input
- Data plot
- Support for 2D data separable with a linear kernel
- JavaFX UI
- Split the Controller class into more files/classes (yea, I'm aware of that)
- Support for 3+D data
- Output export
- Some minor bugs