Description Usage Arguments Value Examples
Return matrix after undergoing number 'depth' recursions
1 2 |
m, |
matrix of semantics with 'items' cols and 'quantity' rows |
costs, |
ncol(m) vector of costs (default is 0 valued vector) |
priors, |
nrow(m) vector of priors (default is uniform) |
depth, |
number of recursions |
alpha, |
decision hyper-parameter |
usePriorEveryRecurse, |
boolean incorporate priors during each full recursion, default is FALSE |
matrix of posterior values
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.