CMAR » Historique » Révision 6
Révision 5 (François Rioult, 19/09/2012 18:54) → Révision 6/9 (François Rioult, 19/09/2012 18:57)
h1. CMAR - Classification with multiple association rules
This Ariane graph implements CMAR, a well known supervised classification method with association rules.
!https://forge.greyc.fr/attachments/195/cmar1.png!
The parameters are the following:
1. the number of validations
2. the absolute minsup threshold
3. the number of accepted exceptions
The input is the well know _iris_ database, which has 3 classes (on the first column).
The cross-validation is handled by the _for_ loop, which will accumulate the result of the process. That is why there is a _touch_ input, which creates an empty file with the @echo -n@ command.