- init.tau
Initial value for the noise precisions. Only matters for
Gaussian likelihood.
- init.alpha
Initial value for the automatic relevance determination
(ARD) prior precisions.
- grad.reg
The regularization parameter for the under-relaxed Newton
iterations. 0 = no regularization, larger values provide
increasing regularization. The value must be below 1.
- gradIter
How many gradient steps for updating the projections are
performed during each iteration of the whole algorithm.
Default is 1.
- grad.max
Maximum absolute change for the elements of the projection
matrices during one gradient step. Small values help to
prevent over-shooting, wheres inf results to no constraints.
Default is inf
.
- iter.max
Number of iterations for the whole algorithm.
- computeCost
Should the cost function values be computed or not.
Defaults to TRUE
.
- verbose
0 = supress all printing, 1 = print current iteration and
test RMSE every now and then, 2 = in addition to level 1
print also the current gradient norm.
- useBias
Set this to FALSE
to exclude the row and column bias terms.
The default is TRUE
.
- method
Default value of "gCMF" computes the CMF with group-sparsity.
The other possible values are "CMF" for turning off the
group-sparsity prior, and "GFA" for implementing group factor
analysis (and canonical correlation analysis when M = 2
).
- prior.alpha_0
Hyperprior values for the gamma prior for ARD.
- prior.alpha_0t
Hyperprior values for the gamma prior for tau.