musicians {cvms} | R Documentation |
Musician groups
Description
Made-up data on 60 musicians in 4 groups for multiclass classification.
Format
A data.frame
with 60
rows and 9
variables:
- ID
Musician identifier, 60 levels
- Age
Age of the musician. Between 17 and 66 years.
- Class
The class of the musician. One of
"A"
,"B"
,"C"
, and"D"
.- Height
Height of the musician. Between
146
and196
centimeters.- Drums
Whether the musician plays drums.
0
= No,1
= Yes.- Bass
Whether the musician plays bass.
0
= No,1
= Yes.- Guitar
Whether the musician plays guitar.
0
= No,1
= Yes.- Keys
Whether the musician plays keys.
0
= No,1
= Yes.- Vocals
Whether the musician sings.
0
= No,1
= Yes.
Author(s)
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
See Also
predicted.musicians
[Package cvms version 1.6.1 Index]