PredictMetaLayer | R Documentation |
This class implement a predicted meta layer. A PredictMetaLayer can only exist as unique element of a Training object.
A predicted meta layer can only contain a PredictData object.
fuseMLR::HashTable
-> PredictMetaLayer
new()
constructor
PredictMetaLayer$new(id, predicting)
id
character
predicting
Predicting
print()
Printer
PredictMetaLayer$print(...)
...
any
getPredicting()
Getter of the current predicting object
PredictMetaLayer$getPredicting()
The current predicting object is returned.
getIndIDs()
Getter of IDS from the current layer.
PredictMetaLayer$getIndIDs()
A data.frame
containing individuals IDs values.
getPredictData()
Getter of the predicted data.
PredictMetaLayer$getPredictData()
The stored PredictData object is returned.
openAccess()
Open access to the meta layer. A meta learner is only modifiable if the access is opened.
PredictMetaLayer$openAccess()
closeAccess()
Close access to the meta layer to avoid accidental modification.
PredictMetaLayer$closeAccess()
getAccess()
Getter of the current access to the meta layer.
PredictMetaLayer$getAccess()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.