Module: Rumale::Base::BaseEstimator

Overview

Base module for all estimators in Rumale.

Instance Attribute Summary collapse

Instance Attribute Details

#paramsHash (readonly)

Return parameters about an estimator.

Returns:

  • (Hash)


10
11
12
# File 'lib/rumale/base/base_estimator.rb', line 10

def params
  @params
end