Class: Vanity::Experiment::Score

Inherits:
Object
  • Object
show all
Defined in:
lib/vanity/experiment/bayesian_bandit_score.rb

Direct Known Subclasses

BayesianBanditScore

Instance Attribute Summary collapse

Instance Attribute Details

#altsObject

Returns the value of attribute alts.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def alts
  @alts
end

#baseObject

Returns the value of attribute base.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def base
  @base
end

#bestObject

Returns the value of attribute best.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def best
  @best
end

#choiceObject

Returns the value of attribute choice.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def choice
  @choice
end

#leastObject

Returns the value of attribute least.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def least
  @least
end

#methodObject

Returns the value of attribute method.



4
5
6
# File 'lib/vanity/experiment/bayesian_bandit_score.rb', line 4

def method
  @method
end