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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.Wine

Description

Wine Data set

UCI ML Repository link http://mlr.cs.umass.edu/ml/datasets/Wine

Documentation

data Wine #

Instances

Read Wine # 
Show Wine # 

Methods

showsPrec :: Int -> Wine -> ShowS #

show :: Wine -> String #

showList :: [Wine] -> ShowS #

Generic Wine # 

Associated Types

type Rep Wine :: * -> * #

Methods

from :: Wine -> Rep Wine x #

to :: Rep Wine x -> Wine #

FromRecord Wine # 
type Rep Wine # 
type Rep Wine = D1 * (MetaData "Wine" "Numeric.Datasets.Wine" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) (C1 * (MetaCons "Wine" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "wineClass") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "alcohol") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "malicAcid") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "ash") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "ashAlcalinity") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double))) ((:*:) * (S1 * (MetaSel (Just Symbol "magnesium") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "totalPhenols") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "flavanoids") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) ((:*:) * (S1 * (MetaSel (Just Symbol "nonflavanoidPhenols") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "proanthocyanins") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "colorIntensity") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "hue") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double))) ((:*:) * (S1 * (MetaSel (Just Symbol "dilutedOD280toOD315") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "proline") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))))))