View source: R/stability.lib.R
AnalyseStableModels_LOO | R Documentation |
This function analyses prevalence of features of best model of different sparsity in crossval (here still k-folds)
AnalyseStableModels_LOO(X, y, clf, tmp, loo)
X: |
dataset to classify |
y: |
variable to predict |
clf: |
an object containing the different parameters of the classifier |
tmp: |
the digested result object from digest |
a list of each sparsity the frequency of each feature of empirical best model in k-folds cross validation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.