File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
14
14
--model_file_name $model_infile
15
15
16
- --minimal_output
16
+ --minimal_output
17
17
18
18
</command >
19
19
<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. " />
23
23
24
24
<expand macro =" kernel_type_options" />
25
25
29
29
30
30
</inputs >
31
31
<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" />
33
34
</outputs >
34
35
<tests >
35
36
<test >
Original file line number Diff line number Diff line change 33
33
--only_negative $supervised_opts.only_negative
34
34
#end if
35
35
36
-
37
36
</command >
38
37
<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. " />
40
39
<param format =" txt" name =" target_infile" type =" data" label =" Target file" help =" indicates with -1 and 1 the class" />
41
40
42
41
<param name =" epoch" type =" integer" value =" 10" label =" Epoch, Stochastic gradient descend algorithm." help =" " >
62
61
</param >
63
62
<when value =" non" >
64
63
</when >
65
- <when value =" " >
64
+ <when value =" supervised " >
66
65
<!-- Semi-supervised-settings -->
67
66
<param name =" threshold" type =" float" value =" 1.0" label =" Top and low quantile"
68
67
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." >
You can’t perform that action at this time.
0 commit comments