Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
a2cc7e77
Commit
a2cc7e77
authored
Dec 02, 2014
by
Anze Vavpetic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added weka `apply classifier get instances` and `get attribute values` widgets
parent
0e12851e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
503 additions
and
250 deletions
+503
-250
workflows/weka/db/package_data.json
workflows/weka/db/package_data.json
+479
-249
workflows/weka/library.py
workflows/weka/library.py
+24
-1
No files found.
workflows/weka/db/package_data.json
View file @
a2cc7e77
[
{
"pk"
:
1
,
"pk"
:
3
,
"model"
:
"workflows.category"
,
"fields"
:
{
"uid"
:
"fe5d5a78-ee52-4434-8a90-1fcfeb0ea63e"
,
...
...
@@ -12,11 +12,11 @@
}
},
{
"pk"
:
2
,
"pk"
:
4
,
"model"
:
"workflows.category"
,
"fields"
:
{
"uid"
:
"74a7063e-9e7f-4305-8b5e-d5f1a4c40250"
,
"parent"
:
1
,
"parent"
:
3
,
"workflow"
:
null
,
"user"
:
null
,
"order"
:
1
,
...
...
@@ -24,11 +24,12 @@
}
},
{
"pk"
:
1
,
"pk"
:
1
1
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"IBk"
,
"is_streaming"
:
false
,
"uid"
:
"a6125102-c2b4-4206-842b-8d0c510f7e86"
,
...
...
@@ -39,6 +40,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"IBk"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -49,10 +51,10 @@
}
},
{
"pk"
:
1
,
"pk"
:
1
7
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
1
,
"widget"
:
1
1
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"ca7a572b-2662-460b-a788-42e3b82824ac"
,
...
...
@@ -67,10 +69,10 @@
}
},
{
"pk"
:
2
,
"pk"
:
18
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
1
,
"widget"
:
1
1
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"7ac0ea58-70b3-4e75-a146-2abcd9ff81a0"
,
...
...
@@ -85,10 +87,10 @@
}
},
{
"pk"
:
3
,
"pk"
:
19
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
1
,
"widget"
:
1
1
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"34b5d0f6-a72f-4d16-a338-1b1da6597c21"
,
...
...
@@ -103,10 +105,10 @@
}
},
{
"pk"
:
1
,
"pk"
:
6
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
1
,
"widget"
:
1
1
,
"name"
:
"IBk Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"IBk_learner"
,
...
...
@@ -116,11 +118,12 @@
}
},
{
"pk"
:
2
,
"pk"
:
1
2
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"J48"
,
"is_streaming"
:
false
,
"uid"
:
"dc8980c2-df3c-4797-a0b9-297e10e188e4"
,
...
...
@@ -131,6 +134,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"J48"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -141,10 +145,10 @@
}
},
{
"pk"
:
4
,
"pk"
:
20
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
2
,
"widget"
:
1
2
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"166f1dc1-6cf7-4ddb-9480-e4ec9cad8613"
,
...
...
@@ -159,10 +163,10 @@
}
},
{
"pk"
:
5
,
"pk"
:
21
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
2
,
"widget"
:
1
2
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"44995999-b169-4672-94b4-832cc5afc25f"
,
...
...
@@ -177,10 +181,10 @@
}
},
{
"pk"
:
6
,
"pk"
:
22
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
2
,
"widget"
:
1
2
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"d9b876f1-5346-43e4-b6f9-183ba17d04ac"
,
...
...
@@ -195,10 +199,10 @@
}
},
{
"pk"
:
2
,
"pk"
:
7
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
2
,
"widget"
:
1
2
,
"name"
:
"J48 Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"J48_learner"
,
...
...
@@ -208,11 +212,12 @@
}
},
{
"pk"
:
3
,
"pk"
:
1
3
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"JRip"
,
"is_streaming"
:
false
,
"uid"
:
"49e693c9-1ca5-40d0-af31-9d84c0bc4151"
,
...
...
@@ -223,6 +228,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"JRip"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -233,10 +239,10 @@
}
},
{
"pk"
:
7
,
"pk"
:
23
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
3
,
"widget"
:
1
3
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"abddf5f0-d80d-4595-bda1-a7708831704f"
,
...
...
@@ -251,10 +257,10 @@
}
},
{
"pk"
:
8
,
"pk"
:
24
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
3
,
"widget"
:
1
3
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"7f11ab99-79a8-417c-93ce-022159e4bd8b"
,
...
...
@@ -269,10 +275,10 @@
}
},
{
"pk"
:
9
,
"pk"
:
25
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
3
,
"widget"
:
1
3
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"30e65c8c-04a3-4cea-a503-fa836c8f8222"
,
...
...
@@ -287,10 +293,10 @@
}
},
{
"pk"
:
3
,
"pk"
:
8
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
3
,
"widget"
:
1
3
,
"name"
:
"JRip Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"JRip_learner"
,
...
...
@@ -300,11 +306,12 @@
}
},
{
"pk"
:
4
,
"pk"
:
1
4
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"KStar"
,
"is_streaming"
:
false
,
"uid"
:
"353f931b-fc5f-40b7-9e26-9364990c56eb"
,
...
...
@@ -315,6 +322,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"KStar"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -325,10 +333,10 @@
}
},
{
"pk"
:
10
,
"pk"
:
26
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
4
,
"widget"
:
1
4
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"72ccc121-19fd-4501-95b1-f66662970c21"
,
...
...
@@ -343,10 +351,10 @@
}
},
{
"pk"
:
11
,
"pk"
:
27
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
4
,
"widget"
:
1
4
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"527e1e1a-3ff7-40c1-add6-f08b84b82a2b"
,
...
...
@@ -361,10 +369,10 @@
}
},
{
"pk"
:
12
,
"pk"
:
28
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
4
,
"widget"
:
1
4
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"26fe9a12-9917-4a3f-822e-7f9c64260e9c"
,
...
...
@@ -379,10 +387,10 @@
}
},
{
"pk"
:
4
,
"pk"
:
9
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
4
,
"widget"
:
1
4
,
"name"
:
"KStar Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"KStar_learner"
,
...
...
@@ -392,11 +400,12 @@
}
},
{
"pk"
:
5
,
"pk"
:
1
5
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"LibSVM"
,
"is_streaming"
:
false
,
"uid"
:
"dc1efcee-56bc-40b0-a699-b3750d4651ac"
,
...
...
@@ -407,6 +416,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"LibSVM"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -417,10 +427,10 @@
}
},
{
"pk"
:
13
,
"pk"
:
29
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
5
,
"widget"
:
1
5
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"72e6a74a-6213-4821-b114-9eedcb0d3556"
,
...
...
@@ -435,10 +445,10 @@
}
},
{
"pk"
:
14
,
"pk"
:
30
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
5
,
"widget"
:
1
5
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"80a185a0-919e-41ef-9f6d-5696a04508c5"
,
...
...
@@ -453,10 +463,10 @@
}
},
{
"pk"
:
15
,
"pk"
:
31
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
5
,
"widget"
:
1
5
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"399e84ce-3ff0-4c15-a367-c9848d3cbb93"
,
...
...
@@ -471,10 +481,10 @@
}
},
{
"pk"
:
5
,
"pk"
:
10
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
5
,
"widget"
:
1
5
,
"name"
:
"LibSVM Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"LibSVM_learner"
,
...
...
@@ -484,11 +494,12 @@
}
},
{
"pk"
:
6
,
"pk"
:
1
6
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"Multilayer Perceptron"
,
"is_streaming"
:
false
,
"uid"
:
"fa4f24ac-1055-408a-852f-1ce4d90ef3ce"
,
...
...
@@ -499,6 +510,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"Multilayer_Perceptron"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -509,10 +521,10 @@
}
},
{
"pk"
:
16
,
"pk"
:
32
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
6
,
"widget"
:
1
6
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"b4ffb057-67de-4df8-ad9c-1fe44fd491bd"
,
...
...
@@ -527,10 +539,10 @@
}
},
{
"pk"
:
17
,
"pk"
:
33
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
6
,
"widget"
:
1
6
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"a084b7c4-cbc1-44eb-b9ae-8265f800d999"
,
...
...
@@ -545,10 +557,10 @@
}
},
{
"pk"
:
18
,
"pk"
:
34
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
6
,
"widget"
:
1
6
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"f1f2a5e7-40c7-485f-a592-0d7a13bafa30"
,
...
...
@@ -563,10 +575,10 @@
}
},
{
"pk"
:
6
,
"pk"
:
11
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
6
,
"widget"
:
1
6
,
"name"
:
"Multilayer Perceptron Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"Multilayer_Perceptron_learner"
,
...
...
@@ -576,11 +588,12 @@
}
},
{
"pk"
:
7
,
"pk"
:
1
7
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"Naive Bayes"
,
"is_streaming"
:
false
,
"uid"
:
"8283f38a-33dc-4d0d-812d-1c58c7209469"
,
...
...
@@ -591,6 +604,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"Naive_Bayes"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -601,10 +615,10 @@
}
},
{
"pk"
:
19
,
"pk"
:
35
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
7
,
"widget"
:
1
7
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"0d9e4fd6-aae2-42d1-9dc8-8c905cbea8ab"
,
...
...
@@ -619,10 +633,10 @@
}
},
{
"pk"
:
20
,
"pk"
:
36
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
7
,
"widget"
:
1
7
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"9d4e54cc-013a-4997-8804-bc6329901226"
,
...
...
@@ -637,10 +651,10 @@
}
},
{
"pk"
:
21
,
"pk"
:
37
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
7
,
"widget"
:
1
7
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"4c034605-af49-4af3-b1b5-ba3feb4fe5f7"
,
...
...
@@ -655,10 +669,10 @@
}
},
{
"pk"
:
7
,
"pk"
:
12
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
7
,
"widget"
:
1
7
,
"name"
:
"Naive Bayes Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"Naive_Bayes_learner"
,
...
...
@@ -668,11 +682,12 @@
}
},
{
"pk"
:
8
,
"pk"
:
1
8
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
""
,
"windows_queue"
:
false
,
"name"
:
"REP Tree"
,
"is_streaming"
:
false
,
"uid"
:
"77f625ba-46fd-4c7c-bcc1-ab279682a02c"
,
...
...
@@ -683,6 +698,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"REPTree"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -693,10 +709,10 @@
}
},
{
"pk"
:
22
,
"pk"
:
38
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
8
,
"widget"
:
1
8
,
"name"
:
"Timeout"
,
"short_name"
:
"to"
,
"uid"
:
"1f6b1b09-1319-45a8-a785-83afa47649fb"
,
...
...
@@ -711,10 +727,10 @@
}
},
{
"pk"
:
23
,
"pk"
:
39
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
8
,
"widget"
:
1
8
,
"name"
:
"Send empty strings to webservices"
,
"short_name"
:
"ses"
,
"uid"
:
"48127408-7f94-47bc-93d7-723787cccbe9"
,
...
...
@@ -729,10 +745,10 @@
}
},
{
"pk"
:
24
,
"pk"
:
40
,
"model"
:
"workflows.abstractinput"
,
"fields"
:
{
"widget"
:
8
,
"widget"
:
1
8
,
"name"
:
"Params"
,
"short_name"
:
"par"
,
"uid"
:
"0cd58b20-a46d-42ba-b1ea-e63f77bce087"
,
...
...
@@ -747,10 +763,10 @@
}
},
{
"pk"
:
8
,
"pk"
:
13
,
"model"
:
"workflows.abstractoutput"
,
"fields"
:
{
"widget"
:
8
,
"widget"
:
1
8
,
"name"
:
"REPTree Learner"
,
"short_name"
:
"lrn"
,
"variable"
:
"REPTree_learner"
,
...
...
@@ -760,11 +776,12 @@
}
},
{
"pk"
:
9
,
"pk"
:
1
9
,
"model"
:
"workflows.abstractwidget"
,
"fields"
:
{
"category"
:
2
,
"category"
:
4
,
"treeview_image"
:
"treeview/Toolbar_-_Loop.png"
,
"windows_queue"
:
false
,
"name"
:
"Random Tree"
,
"is_streaming"
:
false
,
"uid"
:
"0adcbc66-4b1a-475b-b82f-42682050c8f4"
,
...
...
@@ -775,6 +792,7 @@
"post_interact_action"
:
""
,
"user"
:
1
,
"visualization_view"
:
""
,
"streaming_visualization_view"
:
""
,
"action"
:
"call_webservice"
,
"wsdl_method"
:
"RandomTree"
,
"wsdl"
:
"http://vihar.ijs.si:8092/Classification?wsdl"
,
...
...
@@ -785,10 +803,10 @@
}
},
{