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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Vocabulary

Description

Documentation

data Sex Source #

Constructors

Female 
Male 
Instances
Bounded Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

minBound :: Sex #

maxBound :: Sex #

Enum Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

succ :: Sex -> Sex #

pred :: Sex -> Sex #

toEnum :: Int -> Sex #

fromEnum :: Sex -> Int #

enumFrom :: Sex -> [Sex] #

enumFromThen :: Sex -> Sex -> [Sex] #

enumFromTo :: Sex -> Sex -> [Sex] #

enumFromThenTo :: Sex -> Sex -> Sex -> [Sex] #

Eq Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

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

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

Read Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Show Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

showsPrec :: Int -> Sex -> ShowS #

show :: Sex -> String #

showList :: [Sex] -> ShowS #

Generic Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Associated Types

type Rep Sex :: Type -> Type #

Methods

from :: Sex -> Rep Sex x #

to :: Rep Sex x -> Sex #

FromField Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

parseField :: Field -> Parser Sex #

type Rep Sex Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

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

data Vocab Source #

Constructors

Vocab 

Fields

Instances
Read Vocab Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Show Vocab Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Methods

showsPrec :: Int -> Vocab -> ShowS #

show :: Vocab -> String #

showList :: [Vocab] -> ShowS #

Generic Vocab Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

Associated Types

type Rep Vocab :: Type -> Type #

Methods

from :: Vocab -> Rep Vocab x #

to :: Rep Vocab x -> Vocab #

FromNamedRecord Vocab Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary

type Rep Vocab Source # 
Instance details

Defined in Numeric.Datasets.Vocabulary