File:Iris dataset scatterplot.svg
Summary
| Description |
English: The scatterplot of Iris flower data set, collected by Edgar Anderson and popularized in the Machine learning community by Ronald Fisher.
Español: Diagrama de dispersión del conjunto de datos de la flor Iris, recolectada por Edgar Anderson y popularizada en la comunidad de aprendizaje automático por Ronald Fisher. |
| Date | |
| Source | Own work |
| Author | Nicoguaro |
| Other versions |
|
Creation
The scatterplot was made by the R programming language, an open source language for statistics. The Iris data set is a public domain data set and it is built-in by default in R framework. Here's how to create the picture:
> pairs(iris[1:4],main="Iris Data (red=setosa,green=versicolor,blue=virginica)", pch=21,
bg=c("red","green3","blue")[unclass(iris$Species)])
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.