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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Vocabulary

Description

Documentation

data Sex #

Constructors

Female 
Male 

Instances

Eq Sex # 

Methods

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

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

Read Sex # 
Show Sex # 

Methods

showsPrec :: Int -> Sex -> ShowS #

show :: Sex -> String #

showList :: [Sex] -> ShowS #

Generic Sex # 

Associated Types

type Rep Sex :: * -> * #

Methods

from :: Sex -> Rep Sex x #

to :: Rep Sex x -> Sex #

FromField Sex # 

Methods

parseField :: Field -> Parser Sex #

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