View source: R/extract_config.R
extract_recovery_framework | R Documentation |
Can recover data points by imputing or predicting missing values
extract_recovery_framework(verbose = T)
task |
Allows user to specify either a regression or classification task |
method |
The algorithm for the task (Options are regression: "knn.reg","matrix.projection", – provide your own – ; classification: "label.projection") |
design.list |
A list of design structures where each element is given a 1 to indicate the test set, 0 indicates the train set. |
labels |
For classification, these are the pre-defined labels |
predict.list |
This will be filled in by gpcroc with the predictions and return a prediction for indicated design matrices only. Leave as NULL to begin. |
Prediction framework for gcproc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.