llama (version 0.9.2)

helpers: Helpers

Description

S3 helper methods.

Usage

# S3 method for llama.data
print(x, …)
# S3 method for llama.model
print(x, …)
# S3 method for classif.constant
makeRLearner()
# S3 method for classif.constant
predictLearner(.learner, .model, .newdata, …)
# S3 method for 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.