| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.Datasets.Vocabulary
Description
Vocabulary and Education
http://vincentarelbundock.github.io/Rdatasets/doc/car/Vocab.html
Documentation
Instances
| Read Vocab Source # | |
| Show Vocab Source # | |
| Generic Vocab Source # | |
| FromNamedRecord Vocab Source # | |
Defined in Numeric.Datasets.Vocabulary Methods parseNamedRecord :: NamedRecord -> Parser Vocab # | |
| type Rep Vocab Source # | |
Defined in Numeric.Datasets.Vocabulary type Rep Vocab = D1 (MetaData "Vocab" "Numeric.Datasets.Vocabulary" "datasets-0.4.0-L5crXIpB7vF3Y59seHQZkS" False) (C1 (MetaCons "Vocab" PrefixI True) ((S1 (MetaSel (Just "year") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Integer) :*: S1 (MetaSel (Just "sex") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Sex)) :*: (S1 (MetaSel (Just "education") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "vocabulary") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))) | |