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