Class: HybridForest::Trees::AllFeatures
- Inherits:
-
Object
- Object
- HybridForest::Trees::AllFeatures
- Defined in:
- lib/hybridforest/trees/feature_selectors/all_features.rb
Instance Method Summary collapse
Instance Method Details
#select_features(all_features) ⇒ Object
6 7 8 |
# File 'lib/hybridforest/trees/feature_selectors/all_features.rb', line 6 def select_features(all_features) all_features end |
#update(_feature) ⇒ Object
10 11 |
# File 'lib/hybridforest/trees/feature_selectors/all_features.rb', line 10 def update(_feature) end |