lib/svmkit/base/base_estimator.rb in svmkit-0.1.1 vs lib/svmkit/base/base_estimator.rb in svmkit-0.1.2

- old
+ new

@@ -2,10 +2,11 @@ module SVMKit # This module consists of basic mix-in classes. module Base # Base module for all estimators in SVMKit. module BaseEstimator - # Parameters for this estimator. + # Return parameters about an estimator. + # @return [Hash] attr_accessor :params end end end