Module: SVMKit::Base::BaseEstimator

Overview

Base module for all estimators in SVMKit.

Instance Attribute Summary collapse

Instance Attribute Details

#paramsHash (readonly)

Return parameters about an estimator.

Returns:

  • (Hash)


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

def params
  @params
end