Skip to content

Commit 95e0a4b

Browse files
committed
updated read me
1 parent b98e83b commit 95e0a4b

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ A Java implementation of the generalized matrix learning vector quantization, a
44
supervised learning technique.
55

66
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.
821

922
## Implementation Details
1023

@@ -43,15 +56,7 @@ input data which contribute the most to the training process. This is realized b
4356
(defined as `lambda = omega * omega'`). This matrix can be visualized and will contain the influence
4457
of features to the classification on its principal axis. Other elements describe the correlation
4558
between the corresponding features.
46-
47-
## The UI
48-
49-
Coming soon!
50-
51-
## Running GMLVQ
52-
53-
Coming soon!
54-
59+
5560
## Literature & References
5661

5762
Coming soon!

0 commit comments

Comments
 (0)