@@ -15,6 +15,12 @@ Description
15
15
preloadData: true
16
16
17
17
GroupTitle
18
+ {
19
+ title: qsTr (" Supervised Learning" )
20
+ icon: " supervised-learning.svg"
21
+ }
22
+
23
+ GroupTitleSmall
18
24
{
19
25
title: qsTr (" Regression" )
20
26
icon: " analysis-ml-regression.svg"
@@ -69,7 +75,7 @@ Description
69
75
}
70
76
71
77
72
- GroupTitle
78
+ GroupTitleSmall
73
79
{
74
80
title: qsTr (" Classification" )
75
81
icon: " analysis-ml-classification.svg"
@@ -129,8 +135,25 @@ Description
129
135
func: " mlClassificationSvm"
130
136
}
131
137
138
+ GroupTitleSmall
139
+ {
140
+ title: qsTr (" Prediction" )
141
+ icon: " analysis-ml-prediction.svg"
142
+ }
143
+ Analysis
144
+ {
145
+ menu: qsTr (" Prediction" )
146
+ title: qsTr (" Prediction" )
147
+ func: " mlPrediction"
148
+ }
132
149
133
150
GroupTitle
151
+ {
152
+ title: qsTr (" Unsupervised Learning" )
153
+ icon: " unsupervised-learning.svg"
154
+ }
155
+
156
+ GroupTitleSmall
134
157
{
135
158
title: qsTr (" Clustering" )
136
159
icon: " analysis-ml-clustering.svg"
@@ -171,16 +194,4 @@ Description
171
194
title: qsTr (" Random Forest Clustering" )
172
195
func: " mlClusteringRandomForest"
173
196
}
174
-
175
- GroupTitle
176
- {
177
- title: qsTr (" Prediction" )
178
- icon: " analysis-ml-prediction.svg"
179
- }
180
- Analysis
181
- {
182
- menu: qsTr (" Prediction" )
183
- title: qsTr (" Prediction" )
184
- func: " mlPrediction"
185
- }
186
197
}
0 commit comments