File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,20 @@ A Java implementation of the generalized matrix learning vector quantization, a
4
4
supervised learning technique.
5
5
6
6
The project is a plug-in for the [ weka machine learning framework] ( http://www.cs.waikato.ac.nz/ml/weka/ ) .
7
- Import the distribution ` dist/gmlvq.zip ` using the weka's PackageManager.
7
+
8
+ ## Quick start
9
+
10
+ Using the weka package manager:
11
+
12
+ - download the [ leatest WEKA version] ( https://www.cs.waikato.ac.nz/ml/weka/downloading.html )
13
+ - download the GMLVQ package
14
+ - install and run the weka gui
15
+ - choose ` Tools ` - ` Package manager `
16
+ - in the new window, click the ` File/URL ` button and locate the packaged GMLVQ downloaded before
17
+ - restart WEKA
18
+
19
+ To run an analysis with GMLVQ go to the ` Explorer ` , choose your data and after selecting the ` Classify ` tab you
20
+ are able to ` choose ` GMLVQ located in the ` functions ` folder.
8
21
9
22
## Implementation Details
10
23
@@ -43,15 +56,7 @@ input data which contribute the most to the training process. This is realized b
43
56
(defined as ` lambda = omega * omega' ` ). This matrix can be visualized and will contain the influence
44
57
of features to the classification on its principal axis. Other elements describe the correlation
45
58
between the corresponding features.
46
-
47
- ## The UI
48
-
49
- Coming soon!
50
-
51
- ## Running GMLVQ
52
-
53
- Coming soon!
54
-
59
+
55
60
## Literature & References
56
61
57
62
Coming soon!
You can’t perform that action at this time.
0 commit comments