KAuditor for Linux | |||
KAuditor is an interactive tool with KDE/Qt user interface for auditing monthly time series of multiple dynamic variables.KAuditor is based on the Inanna neural network library, and MagiClib base class library. They are included in the source RPM, but available also separately (see below). The libraries have been tested only in Linux, and do not currently compile in Solaris. Notice: KAuditor can currently predict only one full year at a time, and that year must begin from January and end in December. It requires a few years worth of training material to learn the behaviour.
DocumentationKAuditor doesn't currently have in-program documentation. Full documentation is given in the user's manual:
Downloads and installation
BinariesThe RPM package has also two sample data files from one company, installed in (KDE1-prefix)/share/apps/kauditor/.SourcesNote: The CVS version may be the most current and possibly the most correct one! It is, however, critical to use exactly correct versions of MagiClib (1.0.3) and Inanna (0.3.2). Compatible versions are included in the source package.
Important usage notes (you really need this)The $KDEDIR environment variable must point to proper location of KDE1 installation, and it's probably already correct if you're using KDE1. KDE2.x contains kde1-compat compatibility library, which you would typically use with:If you do not do this, KAuditor may not function properly, if at all.$ KDEDIR=/usr/lib/kde1-compat kauditor
You might also want to have KDE1 bin directory in your
path. If you don't already have it, you might put it there before
launching KAuditor (in bash):
Launching KDE1 applications under KDE2You need the following script (in Python):Name it kde1 or whatever you like, put it in your normal path, give it a+rx permissions, and invoke it with: The script is especially useful if you want to put KAuditor in KDE Start menu.$ kde1 kauditor /usr/lib/kde1-compat/share/apps/kauditor/company_1_90-95.tsv
Last modified: Tue Mar 27 10:43:09 EEST 2001
|