Module: SVMKit::Base::BaseEstimator
- Included in:
- KernelApproximation::RBF, LinearModel::PegasosSVC, Multiclass::OneVsRestClassifier, Preprocessing::L2Normalizer, Preprocessing::MinMaxScaler, Preprocessing::StandardScaler
- Defined in:
- lib/svmkit/base/base_estimator.rb
Overview
Base module for all estimators in SVMKit.
Instance Attribute Summary collapse
-
#params ⇒ Object
Parameters for this estimator.
Instance Attribute Details
#params ⇒ Object
Parameters for this estimator.
8 9 10 |
# File 'lib/svmkit/base/base_estimator.rb', line 8 def params @params end |