sanity / quickml

A fast and easy to use decision tree learner in java
http://quickml.org/
GNU Lesser General Public License v3.0
231 stars 54 forks source link

MultiThreading #156

Open Tarawanti opened 5 years ago

Tarawanti commented 5 years ago

I want to stop a loop in the middle while its printing the number . when I press a specific( like 's') key program needs to stop. but not sure how to do this? i tried to use multi threading but not getting anything