"description":"Constructs and returns a new data set that includes a class and attributes from the list returned by function attMeasure that have the score above or equal to a specified threshold. data is used to pass an original data set. Parameter threshold is optional and defaults to 0.0."
}
},
{
"pk":131,
"model":"workflows.abstractinput",
"fields":{
"widget":71,
"name":"Dataset",
"short_name":"odt",
"uid":"ca1fcc61-3c66-4908-a381-0974fecda1a1",
"default":"",
"required":false,
"multi":false,
"parameter_type":null,
"variable":"dataset",
"parameter":false,
"order":1,
"description":""
}
},
{
"pk":132,
"model":"workflows.abstractinput",
"fields":{
"widget":71,
"name":"Scores",
"short_name":"sco",
"uid":"2e60fc2e-3470-46d3-a64f-ab1e7c75487b",
"default":"",
"required":false,
"multi":false,
"parameter_type":null,
"variable":"scores",
"parameter":false,
"order":2,
"description":""
}
},
{
"pk":133,
"model":"workflows.abstractinput",
"fields":{
"widget":71,
"name":"Threshold",
"short_name":"thr",
"uid":"2ee5a729-2e13-49c0-805b-120833d80909",
"default":"0.0",
"required":false,
"multi":false,
"parameter_type":"text",
"variable":"thresh",
"parameter":true,
"order":3,
"description":""
}
},
{
"pk":73,
"model":"workflows.abstractoutput",
"fields":{
"widget":71,
"name":"New Dataset",
"short_name":"odt",
"variable":"new_dataset",
"uid":"5fe21797-fc14-4bb3-b7fb-de879279a533",
"order":1,
"description":""
}
},
{
"pk":70,
"model":"workflows.abstractwidget",
"fields":{
"category":14,
"treeview_image":"",
"name":"Select best N attributes",
"is_streaming":false,
"uid":"68ce4c2e-baf7-4a2e-843b-3b5622c20448",
"interaction_view":"",
"image":"",
"package":"cforange",
"static_image":"",
"post_interact_action":"",
"user":null,
"visualization_view":"",
"action":"cforange_best_natts",
"wsdl_method":"",
"wsdl":"",
"interactive":false,
"has_progress_bar":false,
"order":1,
"description":"Constructs and returns a new data set that includes a class and only N best attributes from a list scores. data is used to pass an original data set."