Module: SVMKit::Base::BaseEstimator

Overview

Base module for all estimators in SVMKit.

Instance Attribute Summary collapse

Instance Attribute Details

#paramsHash

Return parameters about an estimator.

Returns:

  • (Hash)


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

def params
  @params
end