Exception: GreenMidget::NoExamplesGiven
- Inherits:
-
StandardError
- Object
- StandardError
- GreenMidget::NoExamplesGiven
- Defined in:
- lib/green_midget/errors/no_examples_given.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExamplesGiven
constructor
A new instance of NoExamplesGiven.
Constructor Details
#initialize ⇒ NoExamplesGiven
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 |