huzzy-0.1.0.0: Fuzzy logic library with support for Type-1, Interval type-2 and zSlices enabled type-2 fuzzy sets and systems.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Huzzy.TypeTwo.ZSlices.Sets

Documentation

data T2ZSet a Source

Constructors

T2ZS 

Fields

zLevels :: Int
 
zSlices :: [IT2Set a]
 
zdom :: [a]
 

Instances

contZT2 :: (Enum a, Num a) => a -> a -> a -> [IT2Set a] -> T2ZSet a Source

discZT2 :: [a] -> [IT2Set a] -> T2ZSet a Source

unsafeZT2 :: [a] -> [IT2Set a] -> T2ZSet a Source