Method: Rumale::Ensemble::AdaBoostClassifier#estimators

Defined in:
lib/rumale/ensemble/ada_boost_classifier.rb

#estimatorsArray<DecisionTreeClassifier> (readonly)

Return the set of estimators.

Returns:

  • (Array<DecisionTreeClassifier>)


29
30
31
# File 'lib/rumale/ensemble/ada_boost_classifier.rb', line 29

def estimators
  @estimators
end