study: Study

Description Usage Arguments Details Value Functions

Description

Effects of studying on un-encoded features

Usage

1
2
3
4
5
study(...)

study_beta(mem, nFeatures, LR, FR = NULL)

study_binomial(mem, nFeatures, LR, FR = NULL)

Arguments

...

Arugments passed to approriate functions based on type-checking. See details.

mem

Matrix of memory strengths.

nFeatures

Number of features the memory for each item has

LR

Learning Rate. Gives the probability of learning a new features through practice

FR

Forgetting Rate. Gives the probability of forgetting a feature

mem

Matrix of memory strengths.

nFeatures

Number of features the memory for each item has

LR

Learning Rate. Gives the probability of learning a new features through practice

FR

Forgetting Rate. Gives the probability of forgetting a feature

Details

test will attempt to type-check the mem matrix and call the appropriate function (study_beta for doubles,study_binomial for integers).

Value

Matrix of memory strengths updated after restudying

Matrix of memory strengths updated after restudying

Functions


wjhopper/PCR documentation built on May 4, 2019, 7:33 a.m.