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
The Scythe Statistical Library is an open source C++ library for statistical computation, written by Daniel Pemstein (University of Mississippi and University of Illinois), Kevin M. Quinn (UC Berkeley), and Andrew D. Martin (University of Michigan).
This is a medium-sized C++ program that will predict what kind of Iris Flower you have. It does this by taking the length and width of the Sepal and Petal that you have and the Iris-Dataset csv file for data to power its predictions.