Rule-Coloring
Overview
Rule-Coloring is a utility that allows the coloring of some attributes. This way, even if we have a large list of association rules, the important attributes can be easily found. As input, it requires two files: (1) a file with the association rules, and (2) a color schema. The output is a colored HTML file.
Synopsis
Usage: ./post02_ruleColoring.sh <rules_file> <color_schema>
where
<rules_file> is a text file with the rules
<color_schema> is a text file with the color schema
Additional options:
-show:all show all rules, non-colored too (default)
-show:colored show only colored rules
-of:<output_file> redirect the output to the given file
Example
./post02_ruleColoring.sh sample/coloring/rulz.txt sample/coloring/rulz.col >/tmp/rulz.html
The color schema file uses the syntax of CSS files:
// this is a remark
body { background-color: #EAF1FD; }
yellow { a }
//A0FFFF { b }
red { c }
page revision: 7, last edited: 06 Dec 2009 23:22






