Description Usage Arguments Value Examples
This function implements a missing value based CV model selection approach for the pESCA model on mutliple data sets with the same data type. The details can be found in https://arxiv.org/abs/1902.06241.
1 2 |
dataSets |
a list contains multiple matrices with same number of rows.
Each matrix ( |
dataTypes |
a string indicates the data types of the multiple data sets. |
lambdas_CV |
a vector cotains a sequence of values of lambda |
penalty |
The name of the penalty you want to used.
|
fun_concave |
a string indicates the used concave function. Three options are included in the algorithm.
|
opts |
a list contains the options of the algorithms.
|
This function returns a list contains the results of a pESCA mdoel.
cvErrors_mat: a matrix contains the CV errors for the full data set and each single data set;
inits: a list contains the initilizations of all the constructed models;
outs: a list contains the outputs of all the constructed models;
1 2 3 4 5 | ## Not run:
result_CV <- pESCA_CV(dataSets, dataTypes,
lambdas_CV, penalty='L2', fun_concave='gdp', opts=opts)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.