Method: CollaborativeFilter::ContentBooster#threshold
- Defined in:
- lib/collaborative_filter/content_booster.rb
#threshold(input = nil) ⇒ Object
26 27 28 29 |
# File 'lib/collaborative_filter/content_booster.rb', line 26 def threshold(input=nil) return @threshold unless input @threshold = input end |