Method: Rumale::Multiclass::OneVsRestClassifier#estimators

Defined in:
lib/rumale/multiclass/one_vs_rest_classifier.rb

#estimatorsArray<Classifier> (readonly)

Return the set of estimators.

Returns:

  • (Array<Classifier>)


26
27
28
# File 'lib/rumale/multiclass/one_vs_rest_classifier.rb', line 26

def estimators
  @estimators
end