Skip to content

CLAMI v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lifove lifove released this 01 May 01:37
· 17 commits to develop since this release

Initial release for CLAMI.

Input: Defect prediction data (Weka arff file) for classification. Instances can be labeled or not.
Output: Prediction results. For labeled data, CLAMI shows its precsion/recall/f1 for simulating its prediction performance. For unlabelled, it just report prediction results whether an instance is buggy or clean.

CLAMI is generally applicable for other classification problems where you can assume this: the higher feature values imply the more positive (e.g., buggy in defect prediction) results.

  • Download and extract CLAMI-v.0.1.0.zip and go to the bin directory.
  • Excute and see Help

On Linux/Mac,
$ ./CLAMI -h

On Windows,
CLAMI.bat -h