extract_recovery_framework: Extract recovery framework to put into gcproc

View source: R/extract_config.R

extract_recovery_frameworkR Documentation

Extract recovery framework to put into gcproc

Description

Can recover data points by imputing or predicting missing values

Usage

extract_recovery_framework(verbose = T)

Arguments

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.

Value

Prediction framework for gcproc


AskExplain/gcproc documentation built on Aug. 13, 2022, 2:29 p.m.