Description Usage Arguments Value Examples
A class used for preprocessing steps that require application to test sets. not intended to be called directly, this class should be inherited to provide functionality for method-specific classes.
1 2 3 4 | preprocess(...)
## S4 method for signature 'preprocess,DatasetExperiment'
model_reverse(M, D)
|
... |
named slots and their values. |
M |
a model object |
D |
a dataset object |
dataset object
1 2 3 4 | M = preprocess()
D = DatasetExperiment()
M = model()
D2 = model_reverse(M,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.