Method: Nimbus::ClassificationTree#initialize

Defined in:
lib/nimbus/classification_tree.rb

#initialize(options) ⇒ ClassificationTree

Initialize Tree object with the configuration (as in Nimbus::Configuration.tree) options received.


21
22
23
24
# File 'lib/nimbus/classification_tree.rb', line 21

def initialize(options)
  @classes = options[:classes]
  super
end