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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Abalone

Description

Abalone data set

UCI ML Repository link https://archive.ics.uci.edu/ml/datasets/abalone

Documentation

data Sex #

Constructors

M 
F 
I 

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.Abalone" "datasets-0.2.5-4K0CbzOUYEtGUfvsTpIzAP" False) ((:+:) * (C1 * (MetaCons "M" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "F" PrefixI False) (U1 *)) (C1 * (MetaCons "I" PrefixI False) (U1 *))))

data Abalone #

Instances

Read Abalone # 
Show Abalone # 
Generic Abalone # 

Associated Types

type Rep Abalone :: * -> * #

Methods

from :: Abalone -> Rep Abalone x #

to :: Rep Abalone x -> Abalone #

FromRecord Abalone # 
type Rep Abalone #