helpers {llama} | R Documentation |
Helpers
Description
S3 helper methods.
Usage
## S3 method for class 'llama.data'
print(x, ...)
## S3 method for class 'llama.model'
print(x, ...)
## S3 method for class 'classif.constant'
makeRLearner()
## S3 method for class 'classif.constant'
predictLearner(.learner, .model, .newdata, ...)
## S3 method for class 'classif.constant'
trainLearner(.learner, .task, .subset, .weights, ...)
Arguments
x |
the object to print. |
.learner |
learner. |
.model |
model. |
.newdata |
new data. |
.task |
task. |
.subset |
subset. |
.weights |
weights. |
... |
ignored. |
Author(s)
Lars Kotthoff
[Package llama version 0.10.1 Index]