Exception: TinyClassifier::NoCorrectCategory

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

Instance Method Summary collapse

Instance Method Details

#messageObject



51
52
53
# File 'lib/tiny-classifier/errors.rb', line 51

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