Mercurial > repos > peter-waltman > ucsc_cluster_tools2
view 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 source
<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>