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

Safe HaskellNone
LanguageHaskell98

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 Source #

Constructors

Malignant 
Benign 

Instances

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

Associated Types

type Rep Diagnosis :: * -> * #

type Rep Diagnosis Source # 
type Rep Diagnosis = D1 (MetaData "Diagnosis" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.0.2-6wsEmIvFnBS7U5gabbxpUf" False) ((:+:) (C1 (MetaCons "Malignant" PrefixI False) U1) (C1 (MetaCons "Benign" PrefixI False) U1))

data Prognosis Source #

Constructors

Recurrent 
Nonrecurrent 

Instances

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

Associated Types

type Rep Prognosis :: * -> * #

type Rep Prognosis Source # 
type Rep Prognosis = D1 (MetaData "Prognosis" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.0.2-6wsEmIvFnBS7U5gabbxpUf" False) ((:+:) (C1 (MetaCons "Recurrent" PrefixI False) U1) (C1 (MetaCons "Nonrecurrent" PrefixI False) U1))

data BreastCancerEntry Source #

Instances

Read BreastCancerEntry Source # 
Show BreastCancerEntry Source # 
Generic BreastCancerEntry Source # 
FromRecord BreastCancerEntry Source # 
type Rep BreastCancerEntry Source # 
type Rep BreastCancerEntry = D1 (MetaData "BreastCancerEntry" "Numeric.Datasets.BreastCancerWisconsin" "datasets-0.2.0.2-6wsEmIvFnBS7U5gabbxpUf" 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 Source #

data PrognosticBreastCancer Source #

data CellFeatures Source #

Instances

Read CellFeatures Source # 
Show CellFeatures Source # 
Generic CellFeatures Source # 

Associated Types

type Rep CellFeatures :: * -> * #

FromRecord CellFeatures Source # 
type Rep CellFeatures Source #