PredictMetaLayer {fuseMLR} | R Documentation |
PredictMetaLayer Class
Description
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.
Super class
fuseMLR::HashTable
-> PredictMetaLayer
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
PredictMetaLayer$new(id, predicting)
Arguments
id
character
predicting
Predicting
Method print()
Printer
Usage
PredictMetaLayer$print(...)
Arguments
...
any
Method getPredicting()
Getter of the current predicting object
Usage
PredictMetaLayer$getPredicting()
Returns
The current predicting object is returned.
Method getIndIDs()
Getter of IDS from the current layer.
Usage
PredictMetaLayer$getIndIDs()
Returns
A data.frame
containing individuals IDs values.
Method getPredictData()
Getter of the predicted data.
Usage
PredictMetaLayer$getPredictData()
Returns
The stored PredictData object is returned.
Method openAccess()
Open access to the meta layer. A meta learner is only modifiable if the access is opened.
Usage
PredictMetaLayer$openAccess()
Method closeAccess()
Close access to the meta layer to avoid accidental modification.
Usage
PredictMetaLayer$closeAccess()
Method getAccess()
Getter of the current access to the meta layer.
Usage
PredictMetaLayer$getAccess()
[Package fuseMLR version 0.0.1 Index]