Vowel                package:mlbench                R Documentation

_V_o_w_e_l _R_e_c_o_g_n_i_t_i_o_n (_D_e_t_e_r_d_i_n_g _d_a_t_a)

_D_e_s_c_r_i_p_t_i_o_n:

     Speaker independent recognition of the eleven steady state vowels
     of British English using a specified training set of lpc derived
     log area ratios. The vowels are indexed by integers 0-10. For each
     utterance, there are ten floating-point input values, with array
     indices 0-9. The vowels are the following: hid, hId, hEd, hAd,
     hYd, had, hOd, hod, hUd, hud, hed.

_U_s_a_g_e:

     data(Vowel)

_F_o_r_m_a_t:

     A data frame with 990 observations on 10 independent variables,
     one nominal and the other numerical, and 1 as the target class.

_S_o_u_r_c_e:

        *  Creator: Tony Robinson 

        *  Maintainer: Scott E. Fahlman, CMU

     These data have been taken from the UCI Repository Of Machine
     Learning Databases at

        *  <URL: ftp://ftp.ics.uci.edu/pub/machine-learning-databases>

        *  <URL: http://www.ics.uci.edu/~mlearn/MLRepository.html>

     and were converted to R format by
     Evgenia.Dimitriadou@ci.tuwien.ac.at.

_R_e_f_e_r_e_n_c_e_s:

     D. H. Deterding, 1989, University of Cambridge, "Speaker
     Normalisation for Automatic Speech Recognition", submitted for
     PhD.

     M. Niranjan and F. Fallside, 1988, Cambridge University
     Engineering Department, "Neural Networks and Radial Basis
     Functions in Classifying Static Speech Patterns",
     CUED/F-INFENG/TR.22.

     Steve Renals and Richard Rohwer, "Phoneme Classification
     Experiments Using Radial Basis Functions", Submitted to the
     International Joint Conference on Neural Networks, Washington,
     1989.

