Skip to content

Commit 7ea5c53

Browse files
committed
fix one bug relating to outputs and enhance documentation
1 parent 8ab5ce7 commit 7ea5c53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: EDeN/EDeN_test.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
--model_file_name $model_infile
1515

16-
--minimal_output
16+
--minimal_output
1717

1818
</command>
1919
<inputs>
20-
<param format="eden_sparse_vector" name="sparse_vector_infile" type="data" label="Input File" help=""/>
21-
<param format="txt" name="model_infile" type="data" label="Input Model"
22-
help="created with the EDeN Train program"/>
20+
<param format="eden_sparse_vector" name="sparse_vector_infile" type="data" label="Input File" help="Sparse Vector file, created with EDeN convert." />
21+
<param format="txt" name="model_infile" type="data" label="Input Model"
22+
help="Created with EDeN Train."/>
2323

2424
<expand macro="kernel_type_options" />
2525

@@ -29,7 +29,8 @@
2929

3030
</inputs>
3131
<outputs>
32-
<data format="tabular" name="output" from_work_dir="prediction" label="Generated from ${on_string}"/>
32+
<data format="tabular" name="prediction" from_work_dir="prediction" label="EDeN on ${on_string}: Prediction"/>
33+
<data format="tabular" name="margin" from_work_dir="margin" label="EDeN on ${on_string}: Margin"/>
3334
</outputs>
3435
<tests>
3536
<test>

Diff for: EDeN/EDeN_train.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
--only_negative $supervised_opts.only_negative
3434
#end if
3535

36-
3736
</command>
3837
<inputs>
39-
<param format="eden_sparse_vector" name="infile" type="data" label="Input Graph" help=""/>
38+
<param format="eden_sparse_vector" name="infile" type="data" label="Input File" help="Sparse Vector file, created with EDeN convert."/>
4039
<param format="txt" name="target_infile" type="data" label="Target file" help="indicates with -1 and 1 the class"/>
4140

4241
<param name="epoch" type="integer" value="10" label="Epoch, Stochastic gradient descend algorithm." help="">
@@ -62,7 +61,7 @@
6261
</param>
6362
<when value="non">
6463
</when>
65-
<when value="">
64+
<when value="supervised">
6665
<!-- Semi-supervised-settings -->
6766
<param name="threshold" type="float" value="1.0" label="Top and low quantile"
6867
help="Only the top and low quantile will be used as positives and negative instances. A threshold of 1 means that all unsupervised instaces are used in the next phase.">

0 commit comments

Comments
 (0)