Exception: GreenMidget::NoExamplesGiven

Inherits:
StandardError
  • Object
show all
Defined in:
lib/green_midget/errors/no_examples_given.rb

Instance Method Summary collapse

Constructor Details

#initializeNoExamplesGiven

Returns a new instance of NoExamplesGiven.



3
4
5
6
7
# File 'lib/green_midget/errors/no_examples_given.rb', line 3

def initialize
  super <<-MSG
Training examples must be provided for all categories before classification.
MSG
end