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 # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

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

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

Read Sex # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Show Sex # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

showsPrec :: Int -> Sex -> ShowS #

show :: Sex -> String #

showList :: [Sex] -> ShowS #

Generic Sex # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Associated Types

type Rep Sex :: * -> * #

Methods

from :: Sex -> Rep Sex x #

to :: Rep Sex x -> Sex #

FromField Sex # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

parseField :: Field -> Parser Sex #

type Rep Sex # 
Instance details

Defined in Numeric.Datasets.Vocabulary

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

data Vocab #

Constructors

Vocab 

Fields

Instances
Read Vocab # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Show Vocab # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

showsPrec :: Int -> Vocab -> ShowS #

show :: Vocab -> String #

showList :: [Vocab] -> ShowS #

Generic Vocab # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Associated Types

type Rep Vocab :: * -> * #

Methods

from :: Vocab -> Rep Vocab x #

to :: Rep Vocab x -> Vocab #

FromNamedRecord Vocab # 
Instance details

Defined in Numeric.Datasets.Vocabulary

type Rep Vocab # 
Instance details

Defined in Numeric.Datasets.Vocabulary