Missing values ruled insertion » Historique » Version 2
François Rioult, 01/09/2015 17:40
| 1 | 1 | François Rioult | h1. Missing values ruled insertion |
|---|---|---|---|
| 2 | |||
| 3 | h2. Ariane stream |
||
| 4 | |||
| 5 | https://forge.greyc.fr/projects/kdariane/repository/changes/members/frioult/missing/ruleMVInsertion.aws |
||
| 6 | |||
| 7 | 2 | François Rioult | h2. Usage |
| 8 | |||
| 9 | <pre> |
||
| 10 | $ ./ruleMVInsertion.sh |
||
| 11 | Usage: ./ruleMVInsertion.sh minsup delta input-file1 output-file1 |
||
| 12 | example: ./ruleMVInsertion.sh 25 0 heart-nom.csv heart-nom-missing.csv |
||
| 13 | </pre> |
||
| 14 | |||
| 15 | 1 | François Rioult | h2. Parameters |
| 16 | |||
| 17 | 1 parameter, the percentage of missing values to be inserted. |
||
| 18 | |||
| 19 | h2. Inputs |
||
| 20 | |||
| 21 | 2 inputs |
||
| 22 | * the @.CSV@ file |
||
| 23 | * the +dictionary+ file |
||
| 24 | |||
| 25 | h2. Outputs |