Class: Rumale::Base::Estimator

Inherits:
Object
  • Object
show all
Defined in:
lib/rumale/base/estimator.rb

Overview

Base class for all estimators in Rumale.

Instance Attribute Summary collapse

Instance Attribute Details

#paramsHash (readonly)

Return parameters about an estimator.

Returns:

  • (Hash)


12
13
14
# File 'lib/rumale/base/estimator.rb', line 12

def params
  @params
end