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

Safe HaskellNone
LanguageHaskell2010

Numeric.Datasets.BreastCancerWisconsin

Description

Breast Cancer Wisconsin (Diagnostic) Data Set

Repository link: http://mlr.cs.umass.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29

Documentation

data Diagnosis #

Constructors

Malignant 
Benign 

Instances

Eq Diagnosis # 
Read Diagnosis # 
Show Diagnosis # 
Generic Diagnosis # 

Associated Types

type Rep Diagnosis :: * -> * #

type Rep Diagnosis # 
type Rep Diagnosis = D1 * (MetaData "Diagnosis" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) ((:+:) * (C1 * (MetaCons "Malignant" PrefixI False) (U1 *)) (C1 * (MetaCons "Benign" PrefixI False) (U1 *)))

data Prognosis #

Constructors

Recurrent 
Nonrecurrent 

Instances

Eq Prognosis # 
Read Prognosis # 
Show Prognosis # 
Generic Prognosis # 

Associated Types

type Rep Prognosis :: * -> * #

type Rep Prognosis # 
type Rep Prognosis = D1 * (MetaData "Prognosis" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) ((:+:) * (C1 * (MetaCons "Recurrent" PrefixI False) (U1 *)) (C1 * (MetaCons "Nonrecurrent" PrefixI False) (U1 *)))

data BreastCancerEntry #

Instances

Read BreastCancerEntry # 
Show BreastCancerEntry # 
Generic BreastCancerEntry # 
FromRecord BreastCancerEntry # 
type Rep BreastCancerEntry # 
type Rep BreastCancerEntry = D1 * (MetaData "BreastCancerEntry" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.5-2m6uInbpw8DE5offPYdKQg" False) (C1 * (MetaCons "BreastCancerEntry" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sampleCodeNumber") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "clumpThickness") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "uniformityCellSize") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "uniformityCellShape") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "marginalAdhesion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "singleEpithelialCellSize") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "bareNuclei") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "blandChromatin") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "normalNucleoli") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "mitosis") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "sampleClass") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Diagnosis)))))))

data DiagnosticBreastCancer #

data PrognosticBreastCancer #

data CellFeatures #

Instances

Read CellFeatures # 
Show CellFeatures # 
Generic CellFeatures # 

Associated Types

type Rep CellFeatures :: * -> * #

FromRecord CellFeatures # 
type Rep CellFeatures #