Emping: derives heuristic rules from nominal data

[ data-mining, program ] [ Propose Tags ]

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. The shortest rules may be partially ordered by implication (entailment) and equivalence (equality) and the top level is also shown in .csv format. Optionally all logical entailments and equalities are listed as well. If the data set contains ambiguous rules or more occurrences of the same rule the user is warned. Version 0.4 allows blank fields for values and has a Gtk2Hs based GUI.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.6
Dependencies base, containers, parsec [details]
License LicenseRef-GPL
Copyright Hans van Thiel 2006 - 2008
Author Hans van Thiel
Maintainer hthiel.char@zonnet.nl
Category Data Mining
Home page http://j-van-thiel.speedlinq.nl/
Uploaded by HansVanThiel at 2008-03-07T10:15:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables emping
Downloads 7829 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 7 reports]

Readme for Emping-0.4

[back to package description]
The compressed archive contains source files in the functional programming language Haskell.

Emping should compile on any platform which has the Glasgow Haskell compiler version 6.8 installed,
and a Gtk2Hs library 0.9.12 or higher. 

One way to install Emping is through Cabal, for example:

$ runhaskell Setup configure --prefix=$HOME
$ runhaskell Setup build
$ runhaskell Setup install

where the commands might need to follow the prefix:
     /usr/bin/env
depending on your settings.

You might want to look at: http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program

and/or the cabal documentation at: http://www.haskell.org/ghc/docs/latest/html/Cabal/index.html

for more information.

-------------------------------------------

Or, put the source files in a directory of your choice and compile them with:

ghc --make -O2 -Wall -Werror -optl-Wl,-s -o emping

where 'ghc' is the Haskell compiler and emping is the executable.