Emping-0.2: Emping.cabal
name: Emping
version: 0.2
license: GPL
license-file: LICENSE
build-depends: base, parsec
copyright: Hans van Thiel 2006 - 2007
author: Hans van Thiel
maintainer: hthiel.char@zonnet.nl
stability: experimental
homepage: j-van-thiel.speedlinq.nl/
synopsis: derives heuristic rules from nominal data
description: utility that reads a table in a csv (comma
separated) format that can be generated from
Open Office Calc (spreadsheet), derives all shortest rules
for a selected attribute, and writes them to a .csv file
that can be read by OO Calc. If there are logical dependencies
in the set of reduced rules, these are shown in a separate .csv file.
category: Data Mining
extra-source-files: README
executable: emping
hs-source-dirs: src
main-is: Main.hs
ghc-options: -fglasgow-exts -O
other-modules: CSVParse
Codec
Reduce
Abduce
CSVTable