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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Car

Description

Car dataset

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

Documentation

data RelScore #

Constructors

Low 
Med 
High 
VeryHigh 

Instances

Eq RelScore # 
Read RelScore # 
Show RelScore # 
Generic RelScore # 

Associated Types

type Rep RelScore :: * -> * #

Methods

from :: RelScore -> Rep RelScore x #

to :: Rep RelScore x -> RelScore #

FromField RelScore # 
type Rep RelScore # 
type Rep RelScore = D1 * (MetaData "RelScore" "Numeric.Datasets.Car" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) ((:+:) * ((:+:) * (C1 * (MetaCons "Low" PrefixI False) (U1 *)) (C1 * (MetaCons "Med" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "High" PrefixI False) (U1 *)) (C1 * (MetaCons "VeryHigh" PrefixI False) (U1 *))))

data RelSize #

Constructors

Small 
Medium 
Big 

Instances

Eq RelSize # 

Methods

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

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

Read RelSize # 
Show RelSize # 
Generic RelSize # 

Associated Types

type Rep RelSize :: * -> * #

Methods

from :: RelSize -> Rep RelSize x #

to :: Rep RelSize x -> RelSize #

FromField RelSize # 
type Rep RelSize # 
type Rep RelSize = D1 * (MetaData "RelSize" "Numeric.Datasets.Car" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) ((:+:) * (C1 * (MetaCons "Small" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Medium" PrefixI False) (U1 *)) (C1 * (MetaCons "Big" PrefixI False) (U1 *))))

data Count #

Constructors

N Int 
NOrMore Int 
More 

Instances

Eq Count # 

Methods

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

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

Read Count # 
Show Count # 

Methods

showsPrec :: Int -> Count -> ShowS #

show :: Count -> String #

showList :: [Count] -> ShowS #

Generic Count # 

Associated Types

type Rep Count :: * -> * #

Methods

from :: Count -> Rep Count x #

to :: Rep Count x -> Count #

FromField Count # 
type Rep Count # 
type Rep Count = D1 * (MetaData "Count" "Numeric.Datasets.Car" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) ((:+:) * (C1 * (MetaCons "N" PrefixI False) (S1 * (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int))) ((:+:) * (C1 * (MetaCons "NOrMore" PrefixI False) (S1 * (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int))) (C1 * (MetaCons "More" PrefixI False) (U1 *))))

data Car #