Method: Rumale::Ensemble::AdaBoostClassifier#estimators
- Defined in:
- lib/rumale/ensemble/ada_boost_classifier.rb
#estimators ⇒ Array<DecisionTreeClassifier> (readonly)
Return the set of estimators.
29 30 31 |
# File 'lib/rumale/ensemble/ada_boost_classifier.rb', line 29 def estimators @estimators end |