You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We have yet to discuss and implement how to make AnalysisMaster switch (on demand) from learning to classification mode.
The text was updated successfully, but these errors were encountered: