predict-bnnSurvivalBaseLearner-method: Compute prediction for all samples.

Description Usage Arguments

Description

Compute prediction for all samples.

Usage

1
2
3
## S4 method for signature 'bnnSurvivalBaseLearner'
predict(object, train_data, test_data,
  timepoints, metric, weighting_function, k)

Arguments

object

bnnSurvivalBaseLearner object

train_data

Training data (with response)

test_data

Test data (without response)

timepoints

Timepoint to predict at

metric

Metric used

weighting_function

Weighting function used

k

Number of nearest neighbors


bnnSurvival documentation built on May 1, 2019, 10:24 p.m.