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

Switching between classification and learning in AnalysisMaster #7

Open
develancer opened this issue Apr 19, 2016 · 1 comment
Open

Comments

@develancer
Copy link
Member

We have yet to discuss and implement how to make AnalysisMaster switch (on demand) from learning to classification mode.

@mdovgialo
Copy link
Contributor

Right now, my classificator works based on configuration. From config it gets which field is the target, and uses that in identify_blink function. If in configuration there is no field provided, classifier is in clasifying mode. I'm thinking about messages from logic to classifier.
Messages would be:

  • turn on learning, target ID is ### (blinks don't have .target atribute)
  • turn on classifying
  • your last classification was correct/incorrect + correct class (if we are going to make something really advanced)

Alternatively classification blinks can have id that somehow codes not only which field was highlited but also class of that field.

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