Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 497 Bytes

File metadata and controls

13 lines (9 loc) · 497 Bytes

BasicMachineLearning_IrisExample

Utilization of some basic algorithms for the recogniton of one of the Iris plants among the three existing (Setosa, Versicolor, Virginica) using Java Object Oriented .

Next , these are the algorithms that I used for the recognition of the plants :

  • Nearest Neighbor
  • Nearest Centroid
  • Algorithms above with Data Normalization

Base of Iris Dates (Wikipedia) - Fischer

https://en.wikipedia.org/wiki/Iris_flower_data_set

-> README is updating ...