Class: ANN_Rating
- Inherits:
-
Struct
- Object
- Struct
- ANN_Rating
- Defined in:
- lib/ann_wrapper/ann.rb
Instance Attribute Summary collapse
-
#bayesian_score ⇒ Object
Returns the value of attribute bayesian_score.
-
#votes ⇒ Object
Returns the value of attribute votes.
-
#weighted ⇒ Object
Returns the value of attribute weighted.
Instance Attribute Details
#bayesian_score ⇒ Object
Returns the value of attribute bayesian_score
44 45 46 |
# File 'lib/ann_wrapper/ann.rb', line 44 def bayesian_score @bayesian_score end |
#votes ⇒ Object
Returns the value of attribute votes
44 45 46 |
# File 'lib/ann_wrapper/ann.rb', line 44 def votes @votes end |
#weighted ⇒ Object
Returns the value of attribute weighted
44 45 46 |
# File 'lib/ann_wrapper/ann.rb', line 44 def weighted @weighted end |