Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use for LVQ #90

Open
garazpasir opened this issue Jan 21, 2020 · 1 comment
Open

How to use for LVQ #90

garazpasir opened this issue Jan 21, 2020 · 1 comment

Comments

@garazpasir
Copy link

I want to use LVQ with this library, but I don't know how to use it.
I have data to train like this:

Input class target (prediction)
1, 0, 0, 0, 1, 0 1
0, 1, 1, 1, 1, 0 2

and the data to be tested like this:

Input class target (prediction)
0, 1, 0, 0, 0, 1 1
0, 0, 1, 1, 0, 0 2

how to implement LVQ using this library?
Thank you in advance.

@EdwardRaff
Copy link
Owner

Please start with the wiki page , which has some examples on using a classifier and loading data. You will simply need to change the imports/constructor from the example classifier to the LVQ classifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants