Skip to content

How to use for LVQ #90

Description

@garazpasir

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions