Module: SVMKit::Base::BaseEstimator
- Included in:
- Ensemble::RandomForestClassifier, KernelApproximation::RBF, KernelMachine::KernelSVC, LinearModel::LogisticRegression, LinearModel::SVC, LinearModel::SVR, Multiclass::OneVsRestClassifier, NaiveBayes::BaseNaiveBayes, NearestNeighbors::KNeighborsClassifier, NearestNeighbors::KNeighborsRegressor, PolynomialModel::FactorizationMachineClassifier, Preprocessing::L2Normalizer, Preprocessing::LabelEncoder, Preprocessing::MinMaxScaler, Preprocessing::OneHotEncoder, Preprocessing::StandardScaler, Tree::DecisionTreeClassifier
- Defined in:
- lib/svmkit/base/base_estimator.rb
Overview
Base module for all estimators in SVMKit.
Instance Attribute Summary collapse
-
#params ⇒ Hash
readonly
Return parameters about an estimator.
Instance Attribute Details
#params ⇒ Hash (readonly)
Return parameters about an estimator.
10 11 12 |
# File 'lib/svmkit/base/base_estimator.rb', line 10 def params @params end |