Documentation » Historique » Version 12
François Rioult, 23/06/2010 21:07
| 1 | 3 | François Rioult | h1. Documentation |
|---|---|---|---|
| 2 | 1 | François Rioult | |
| 3 | 4 | François Rioult | KDAriane is a set of operators for data mining and machine learning, and a set of scenarios (supervised classification, missing values completion, strong emerging pattern mining, etc.). It uses Ariane as a graphical platform for designing the data streams. |
| 4 | |||
| 5 | 1 | François Rioult | h2. Installation |
| 6 | 4 | François Rioult | |
| 7 | As KDAriane requires Ariane, that requires Pandore, all have to be installed in the following order: |
||
| 8 | 12 | François Rioult | * [[Prerequisite]] |
| 9 | 1 | François Rioult | * [[Pandore]] |
| 10 | 4 | François Rioult | * [[Ariane]] |
| 11 | * [[KDAriane]] |
||
| 12 | 1 | François Rioult | |
| 13 | 5 | François Rioult | h2. Special operators for shell scripting |
| 14 | 7 | François Rioult | |
| 15 | 5 | François Rioult | KDAriane is provided with basic components for executing shell scripts. The choice depends on how many parameters (p), input (i) and output (o) you want. The operators are named |
| 16 | @"eval" + p + i + o @ and call the eponymous .sh script. |
||
| 17 | |||
| 18 | 6 | François Rioult | When an operator is executed, Ariane launches the script (for example @script.sh@) associated to the operator with giving the following arguments: |
| 19 | <pre> |
||
| 20 | script.sh parameter-1 parameter-2 ... parameter-p input-1 input-2 ... input-i output-1 output-2 ... output-o |
||
| 21 | </pre> |
||
| 22 | 5 | François Rioult | |
| 23 | In Ariane, every operator has a return value, even if it has no output. |
||
| 24 | |||
| 25 | 9 | François Rioult | The operator are divided in two categories: |
| 26 | * [[KDD operators]] are special components for calling Weka components, RapidMiner processes or MVminer binaries. |
||
| 27 | * [[Shell operators]] that directly execute the commands entered by Ariane. |
||
| 28 | 6 | François Rioult | |
| 29 | 5 | François Rioult | |
| 30 | 1 | François Rioult | h2. Scenarios |
| 31 | 10 | François Rioult | |
| 32 | KDAriane provides some examples of KDD realized through Ariane: |
||
| 33 | 11 | François Rioult | * [[Data preparation]] : a first scenario for the binarization of CSV data. |
| 34 | 10 | François Rioult | * pattern mining and complexity visualization |
| 35 | * supervised classification with association rules |
||
| 36 | * experiences about perturbation on training and test file with Weka classifiers and RapidMiner processes. |