Method: Smyte::Classification::Label#initialize

Defined in:
lib/smyte/classification.rb

#initialize(name, response) ⇒ Label

Returns a new instance of Label.



30
31
32
33
# File 'lib/smyte/classification.rb', line 30

def initialize(name, response)
  @name = name
  @response = response
end