helpers: Helpers

Description Usage Arguments Author(s)

Description

S3 helper methods.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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


llama documentation built on March 17, 2021, 1:06 a.m.