base interface class for reinforced learning
ml
base class for reinforced learning
{Number} options.bounds - number of bounds / bandits
{Function} options.getBound - get value of bound
{Number} this.bounds - number of bounds / bandits
{Array} this.last_selected - list of selections
{Number} this.total_reward - total rewards
{Number} this.iteration - total number of iterations
interface instance method for reinforced learning step
interface instance method for reinforced prediction step
interface instance method for reinforced training step
base interface class for reinforced learning
ml