TestLayer | R Documentation |
This class implements a layer. A TestLayer object can only exist as a component of a Predicting object.
A predicted layer can only contain TestData.
fuseMLR::HashTable
-> TestLayer
new()
constructor
TestLayer$new(id, testing)
id
character
Testing layer id.
testing
Testing
print()
Printer
TestLayer$print(...)
...
any
getTesting()
Getter of the current Testing object.
TestLayer$getTesting()
The current Testing object is returned.
getIndIDs()
Getter of IDS from the current layer.
TestLayer$getIndIDs()
A data.frame
containing individuals IDs values.
getTestData()
Getter of the predicted data stored on the current layer.
TestLayer$getTestData()
The stored TestData object is returned.
checkTestDataExist()
Check whether a new data has been already stored.
TestLayer$checkTestDataExist()
Boolean value
summary()
Generate summary.
TestLayer$summary()
Training, Lrner, TrainData, TestData and Model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.