diff cluster.tools/impute.knn.xml @ 0:0decf3fd54bc draft

Uploaded
author peter-waltman
date Thu, 28 Feb 2013 01:45:39 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cluster.tools/impute.knn.xml	Thu Feb 28 01:45:39 2013 -0500
@@ -0,0 +1,27 @@
+<tool id="impute_missing_values" name="Impute Missing Values" force_history_refresh="True">
+    <command interpreter="python">impute.knn.py
+-d $dataset
+-o ${output}
+
+</command>
+    <inputs>
+    	<param name="dataset" type="data" format='tabular' label="Matrix with Missing Values"/>
+    </inputs>
+    <outputs>
+        <data format="tabular" name="output" label="Matrix with Missing Values Imputed"/>
+    </outputs>
+<help>
+.. class:: infomark
+     
+**Impute Missing Values** - Tool to impute missing values (NAs) from a data matrix.
+
+**OUTPUT:**  A new matrix without missing values
+
+----
+
+**Parameters**
+
+- **Matrix with Missing Values** Input matrix that potentially contains missing values
+
+</help>
+</tool>