Wine {LFM}R Documentation

Wine Data

Description

The Wine dataset contains 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. This dataset is commonly used for classification tasks to determine the origin of wines based on their chemical properties.

Usage

data(Wine)

Format

A data frame with 178 rows and 14 columns representing different features of wines.

Examples

# Load the dataset
data(Wine)

# Print the first few rows of the dataset
print(head(Wine))

[Package LFM version 0.3.1 Index]