Actions
CMAR » Historique » Révision 6
« Précédent |
Révision 6/9
(diff)
| Suivant »
François Rioult, 19/09/2012 18:57
CMAR - Classification with multiple association rules¶
This Ariane graph implements CMAR, a well known supervised classification method with association rules.
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.
Mis à jour par François Rioult il y a environ 12 ans · 6 révisions