hinduce-examples-0.0.0.2: Example data for hInduce

Safe HaskellSafe-Infered

Data.HInduce.Examples.Associations

Description

An example of association rule mining:

>>> rules transactions items (top ((take 40) . (filter (\(_,a)->a>= 60))))
> fromList [((fromList [32],fromList [947]),0.1694915254237288),((fromList [39],fromList [145]),0.17238139971817754),((fromList [39],fromList [145,419]),8.266791921089714e-2),((fromList [39],fromList [368]),0.1326914044152184),((fromList [39],fromList [419]),0.1200093940817285),

Synopsis

Documentation

transactions :: Vector (Set Int)Source

The transactions in the T10I4D100K.dat data set.

items :: Set IntSource

The items in the T10I4D100K.dat data set.