Class: Weka::Classifier::Mi::MDD::Base
- Inherits:
-
Weka::Classifier::Mi::MDD
- Object
- Weka::Classifier::Mi::MDD
- Weka::Classifier::Mi::MDD::Base
- Defined in:
- lib/ruby-band/weka/classifiers/mi/mi.rb
Instance Method Summary collapse
-
#initialize(&block) ⇒ Base
constructor
A new instance of Base.
Methods included from Mi_utils
#cross_validate, #description, included, #init_instance_classifier, #init_mi, #list_options, #set_class_index, #set_data, #set_options
Constructor Details
#initialize(&block) ⇒ Base
Returns a new instance of Base.
136 137 138 139 140 141 142 143 |
# File 'lib/ruby-band/weka/classifiers/mi/mi.rb', line 136 def initialize(&block) super if block_given? init_instance_classifier(&block) else init_classifier end end |