You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of the k-NN machine learning algorithm in Java.
Uses part of the Iris Species dataset as first used by R.A Fisher.
Made for an Assigment for COMP 307 Artificial Intellegance at Victoria University of Wellington.
About
An implementation of the k-NN machine learning algorithm in Java