class TinyClassifier::NoWrongCategory
Public Instance Methods
message()
click to toggle source
# File lib/tiny-classifier/errors.rb, line 45 def message "You need to specify a category to untrain the input." end