sibe-0.2.0.4: Machine Learning algorithms

Safe HaskellNone
LanguageHaskell2010

Numeric.Sibe.NaiveBayes

Documentation

data NB Source #

Constructors

NB 

Fields

Instances

Eq NB Source # 

Methods

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

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

Read NB Source # 
Show NB Source # 

Methods

showsPrec :: Int -> NB -> ShowS #

show :: NB -> String #

showList :: [NB] -> ShowS #