Class: Weka::Classifier::Trees::M5P::Base
- Inherits:
-
Weka::Classifier::Trees::M5P
- Object
- Weka::Classifier::Trees::M5P
- Weka::Classifier::Trees::M5P::Base
- Defined in:
- lib/ruby-band/weka/classifiers/trees/trees.rb
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods included from Trees_utils
#cross_validate, #description, included, #init_instance_classifier, #init_tree, #list_options, #set_class_index, #set_data, #set_options
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
81 82 83 84 |
# File 'lib/ruby-band/weka/classifiers/trees/trees.rb', line 81 def initialize super init_tree end |