datasets-0.2.5: Classical data sets for statistics and machine learning

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Vocabulary

Description

Documentation

data Sex Source #

Constructors

Female 
Male 

Instances

Eq Sex Source # 

Methods

(==) :: Sex -> Sex -> Bool #

(/=) :: Sex -> Sex -> Bool #

Read Sex Source # 
Show Sex Source # 

Methods

showsPrec :: Int -> Sex -> ShowS #

show :: Sex -> String #

showList :: [Sex] -> ShowS #

Generic Sex Source # 

Associated Types

type Rep Sex :: * -> * #

Methods

from :: Sex -> Rep Sex x #

to :: Rep Sex x -> Sex #

FromField Sex Source # 

Methods

parseField :: Field -> Parser Sex #

type Rep Sex Source # 
type Rep Sex = D1 (MetaData "Sex" "Numeric.Datasets.Vocabulary" "datasets-0.2.5-LWSxuZAAkITE1YdK0QbnUi" False) ((:+:) (C1 (MetaCons "Female" PrefixI False) U1) (C1 (MetaCons "Male" PrefixI False) U1))