vowel.test {ElemStatLearn}R Documentation

Vowel Recognition (Deterding data)

Description

Speaker independent recognition of the eleven steady state vowels of British English using a specified training set of lpc derived log area ratios.

Usage

data(vowel.test)

Format

A data frame with 462 observations on the following 11 variables.

y
a numeric vector
x.1
a numeric vector
x.2
a numeric vector
x.3
a numeric vector
x.4
a numeric vector
x.5
a numeric vector
x.6
a numeric vector
x.7
a numeric vector
x.8
a numeric vector
x.9
a numeric vector
x.10
a numeric vector

Details

See the Details section of the help file for vowel.train.

Source

David Deterding (data and non-connectionist analysis) Mahesan Niranjan (first connectionist analysis) Tony Robinson (description, program, data, and results)

References

neural-bench@cs.cmu.edu

Examples

str(vowel.test)

[Package ElemStatLearn version 0.1-6 Index]