Exception: TinyClassifier::NoWrongCategory

Inherits:
NoCategory show all
Defined in:
lib/tiny-classifier/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



45
46
47
# File 'lib/tiny-classifier/errors.rb', line 45

def message
  "You need to specify a category to untrain the input."
end