normalize-0.3.0.1: Normalize data using a variety of methods.

Safe HaskellNone
LanguageHaskell2010

Types

Documentation

newtype EntitySep Source #

Constructors

EntitySep 

Fields

newtype NumSamples Source #

Constructors

NumSamples 

Fields

newtype Base Source #

Constructors

Base 

Fields

newtype Field Source #

Constructors

Field 

Fields

Instances

Show Field Source # 

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

Generic Field Source # 

Associated Types

type Rep Field :: * -> * #

Methods

from :: Field -> Rep Field x #

to :: Rep Field x -> Field #

type Rep Field Source # 
type Rep Field = D1 * (MetaData "Field" "Types" "normalize-0.3.0.1-4yfkgTovFXn5JXJno30VQA" True) (C1 * (MetaCons "Field" PrefixI True) (S1 * (MetaSel (Just Symbol "unField") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))

newtype Label Source #

Constructors

Label 

Fields

Instances

Eq Label Source # 

Methods

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

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

Ord Label Source # 

Methods

compare :: Label -> Label -> Ordering #

(<) :: Label -> Label -> Bool #

(<=) :: Label -> Label -> Bool #

(>) :: Label -> Label -> Bool #

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

max :: Label -> Label -> Label #

min :: Label -> Label -> Label #

newtype Sample Source #

Constructors

Sample 

Fields

data Entity Source #

Constructors

Entity 

Fields

Instances

Eq Entity Source # 

Methods

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

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

Ord Entity Source # 
Show Entity Source # 
Generic Entity Source # 

Associated Types

type Rep Entity :: * -> * #

Methods

from :: Entity -> Rep Entity x #

to :: Rep Entity x -> Entity #

FromNamedRecord Entity Source # 
ToNamedRecord Entity Source # 
DefaultOrdered Entity Source # 

Methods

headerOrder :: Entity -> Header #

type Rep Entity Source #