Testing | R Documentation |
This is a primary classes of fuseMLR. An object from this class is designed to contain multiple layers, but only one new meta layer.
A Testing object is structured as followed:
TestLayer
TestMetaLayer
fuseMLR::HashTable
-> Testing
new()
constructor
Testing$new(id, ind_col, verbose = TRUE)
id
character
Testing id.
ind_col
character
Name of column of individuals IDS in testing data.frame.
verbose
boolean
Warning messages will be displayed if set to TRUE.
print()
Printer
Testing$print(...)
...
any
getIndIDs()
Gather individual IDs from all layer.
Testing$getIndIDs()
A data.frame
containing individuals IDs.
getTestMetaLayer()
Getter of the meta layer.
Testing$getTestMetaLayer()
Object from class TestMetaLayer
getIndCol()
Getter of the individual column name.
Testing$getIndCol()
getVerbose()
Getter of the verbose setting.
Testing$getVerbose()
getData()
Retrieve modality-specific prediction data.
Testing$getData()
A list
containing all (base and meta) models.
upset()
UpSet plot to show an overview of the overlap of individuals across various layers.
Testing$upset(...)
...
any
Further parameters to be passed to the the upset
function from package UpSetR
.
summary()
Generate testing summary
Testing$summary()
TrainLayer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.