cvSelectParams | R Documentation |
A wrapper function for fitting various internal functions to select the optimal setting of the contrastive and penalization parameters via cross-validation. For internal use only.
cvSelectParams(
fold,
target,
background,
center,
scale,
n_eigen,
alg = alg,
contrasts,
penalties,
clust_method,
n_centers,
max_iter,
linkage_method,
n_medoids,
parallel,
clusters,
eigdecomp_tol,
eigdecomp_iter,
scaled_matrix
)
fold |
Object specifying cross-validation folds as generated by a call
to |
target |
The target (experimental) data set, in a standard format such
as a |
background |
The background data set, in a standard format such as a
|
center |
A |
scale |
A |
n_eigen |
A |
alg |
A |
contrasts |
A |
penalties |
A |
clust_method |
A |
n_centers |
A |
max_iter |
A |
linkage_method |
A |
n_medoids |
A |
parallel |
A |
clusters |
A |
eigdecomp_tol |
A |
eigdecomp_iter |
A |
scaled_matrix |
A |
Output structure matching either that of fitCPCA
or
fitGrid
(or their parallelized variants, namely either
bpFitCPCA
and link{bpFitGrid}
, respectively).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.