Description Usage Format Details Source
A dataset containing attributes of a pile of leaves
1 |
An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 340 rows and 17 columns.
The variables are (roughly) described below. More details as well as the actual images are available at the UCI ML repository.
Species - A number from 1 to 36 indicating which species the leaf represents
Specimen Number - Numbered sequentially within species
Eccentricity - Eccentricity of the ellipse with identical second moments to the image. This value ranges from 0 to 1.
Aspect Ratio - Values close to 0 indicate an elongated shape.
Elongation - The minimum is achieved for a circular region.
Solidity - It measures how well the image fits a convex shape.
Stochastic Convexity - This variable extends the usual notion of convexity in topological sense, using sampling to perform the calculation.
Isoperimetric Factor - The maximum value of 1 is reached for a circular region. Curvy intertwined con- tours yield low values.
Maximal Indentation Depth - How deep indentations are
Lobedness - This feature characterizes how lobed a leaf is.
Average Intensity - Average intensity is defined as the mean of the intensity image
Average Contrast - Average contrast is the the standard deviation of the intensity im- age
Smoothness - For a region of constant intensity, this takes the value 0 and approaches 1 as regions exhibit larger disparities in intensity values.
Third moment - a measure of the intensity histogram’s skewness
Uniformity - uniformity’s maximum value is reached when all intensity levels are equal.
Entropy - A measure of intensity randomness.
https://archive.ics.uci.edu/ml/datasets/Leaf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.