| wine {HDclassif} | R Documentation |
Wine dataset
Description
These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines.
Usage
data(wine)
Format
A data frame with 178 observations on the following 14 variables :
classThe class vector, the three different cultivars of wine are reprensented by the three integers : 1 to 3.
V1Alcohol
V2Malic acid
V3Ash
V4Alcalinity of ash
V5Magnesium
V6Total phenols
V7Flavanoids
V8Nonflavanoid phenols
V9Proanthocyanins
V10Color intensity
V11Hue
V12OD280/OD315 of diluted wines
V13Proline
Source
This dataset is from the UCI machine learning repository, provided here : http://archive.ics.uci.edu/ml/datasets/Wine.
Examples
data(wine)
[Package HDclassif version 2.2.1 Index]