You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolkit/mais/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,15 @@ The name of theses experiments reflect what they implements, for examples, the e
73
73
* mixed = both statistical and wavelet features;
74
74
* select = Feature selector; and
75
75
* wavelets = Wavelets
76
+
77
+
For example, between experiments 4 and 6, the difference is the kind of features will be computed. In the first on the exponentially weighted statistical features are used and in the second one, just the wavelets. And to do that, the difference is basically assign the correspondent feature wrapper. The following image is the wrapper for the Experiment 4 of the examples list.
78
+
79
+

80
+
81
+
And for experiment 6, we have:
82
+
83
+

84
+
76
85
# How to use
77
86
78
87
After creating the experiment and putting it into the experiment folder (for example, 'experiments/multiclass/experiments/example.py',
0 commit comments