Learn R Programming

classmap (version 1.2.6)

data_floralbuds: Floral buds data

Description

This data on floral pear bud detection was first described by Wouters et al. The goal is to classify the instances into buds, branches, scales and support. The numeric vectors resulted from a multispectral vision sensor and describe the scanned images.

Usage

data("data_floralbuds")

Arguments

Format

A data frame with 550 observations on the following 7 variables.

X1

numeric vector

X2

numeric vector

X3

numeric vector

X4

numeric vector

X5

numeric vector

X6

numeric vector

y

a factor with levels branch bud scales support

Examples

Run this code
data("data_floralbuds")
str(data_floralbuds)
summary(data_floralbuds)

# The data are used in:
if (FALSE) {
vignette("Discriminant_analysis_examples")
vignette("Neural_net_examples")
}

Run the code above in your browser using DataLab