Class: ANN_Rating

Inherits:
Struct
  • Object
show all
Defined in:
lib/ann_wrapper/ann.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bayesian_scoreObject

Returns the value of attribute bayesian_score

Returns:

  • (Object)

    the current value of bayesian_score



44
45
46
# File 'lib/ann_wrapper/ann.rb', line 44

def bayesian_score
  @bayesian_score
end

#votesObject

Returns the value of attribute votes

Returns:

  • (Object)

    the current value of votes



44
45
46
# File 'lib/ann_wrapper/ann.rb', line 44

def votes
  @votes
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



44
45
46
# File 'lib/ann_wrapper/ann.rb', line 44

def weighted
  @weighted
end