Method: Rumale::Multiclass::OneVsRestClassifier#estimators
- Defined in:
- lib/rumale/multiclass/one_vs_rest_classifier.rb
#estimators ⇒ Array<Classifier> (readonly)
Return the set of estimators.
26 27 28 |
# File 'lib/rumale/multiclass/one_vs_rest_classifier.rb', line 26 def estimators @estimators end |