Description Usage Arguments Examples
View source: R/two_stage_module.R
This module runs a two-stage process. First, it retrieves samples from similar confounding factors before reducing the pool of retrieved samples through using similarity among the predictor variables. This is done automatically using a confidence metric. Each training sample is assigned a confidence value which is the average distance to samples of a different class minus the average distance to samples of the same class. This value is normalized between 0 and 1. This is the last module that should be run.
1 |
CBRMSR |
A CBRMSR object |
1 2 3 4 | ## Not run:
CBRMSR <- two_stage_module(CBRMSR)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.