CMAR » Historique » Version 6
François Rioult, 19/09/2012 18:57
1 | 2 | François Rioult | h1. CMAR - Classification with multiple association rules |
---|---|---|---|
2 | 1 | François Rioult | |
3 | This Ariane graph implements CMAR, a well known supervised classification method with association rules. |
||
4 | 4 | François Rioult | |
5 | !https://forge.greyc.fr/attachments/195/cmar1.png! |
||
6 | 5 | François Rioult | |
7 | The parameters are the following: |
||
8 | 1. the number of validations |
||
9 | 2. the absolute minsup threshold |
||
10 | 3. the number of accepted exceptions |
||
11 | 6 | François Rioult | |
12 | The input is the well know _iris_ database, which has 3 classes (on the first column). |
||
13 | |||
14 | 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. |