One-hundred plant species leaves data set
Donated on 12/2/2012
Sixteen samples of leaf each of one-hundred plant species. For each sample, a shape descriptor, fine scale margin and texture histogram are given.
Dataset Characteristics
-
Subject Area
Biology
Associated Tasks
Classification
Feature Type
Real
# Instances
1600
# Features
64
Dataset Information
Additional Information
For Each feature, a 64 element vector is given per sample of leaf. These vectors are taken as a contigous descriptors (for shape) or histograms (for texture and margin).
Has Missing Values?
No
Variable Information
For Each feature, a 64 element vector is given per sample of leaf. One file for each 64-element feature vectors. Each row begins with the class label. The remaining 64 elements is the feature vector.
Dataset Files
File | Size |
---|---|
100 leaves plant species/data_Sha_64.txt | 1.1 MB |
100 leaves plant species/data_Mar_64.txt | 754.8 KB |
100 leaves plant species/data_Tex_64.txt | 662.3 KB |
100 leaves plant species/one-hundred species.pdf | 384.9 KB |
100 leaves plant species/data/Quercus_Rubra/Quercus_Rubra_09.ab.jpg | 93.7 KB |
0 to 5 of 1605
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset one_hundred_plant_species_leaves_data_set = fetch_ucirepo(id=241) # data (as pandas dataframes) X = one_hundred_plant_species_leaves_data_set.data.features y = one_hundred_plant_species_leaves_data_set.data.targets # metadata print(one_hundred_plant_species_leaves_data_set.metadata) # variable information print(one_hundred_plant_species_leaves_data_set.variables)
Cope, J., Beghin, T., Remagnino, P., & Barman, S. (2013). One-hundred plant species leaves data set [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5RG76.
Creators
James Cope
Thibaut Beghin
Paolo Remagnino
Sarah Barman
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.