Class: Rumale::Base::Estimator
- Inherits:
-
Object
- Object
- Rumale::Base::Estimator
- Defined in:
- lib/rumale/base/estimator.rb
Overview
Base class for all estimators in Rumale.
Instance Attribute Summary collapse
-
#params ⇒ Hash
readonly
Return parameters about an estimator.
Instance Attribute Details
#params ⇒ Hash (readonly)
Return parameters about an estimator.
12 13 14 |
# File 'lib/rumale/base/estimator.rb', line 12 def params @params end |