.. vim: set fileencoding=utf-8 : .. @author: Manuel Guenther .. @date: Tue Aug 26 09:42:18 CEST 2014 .. _bob.db.iris: ====================== Iris Flower Data Set ====================== .. todolist:: The `Iris flower data set `_ or Fisher's Iris data set is a multivariate data set introduced by Sir Ronald Aylmer Fisher (1936) as an example of discriminant analysis. The dataset consists of 50 samples from three species of Iris flowers (Iris setosa, Iris virginica and Iris versicolor). Four features were measured from each sample, they are the length and the width of sepal and petal, in centimeters. As this data set is quite small and used for testing purpose, it is directly integrated into |project|, which provides both ways to access the data, as well as the data itself (feature vectors of length four for various samples of the three species). Documentation ------------- .. toctree:: :maxdepth: 2 guide py_api Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`