predict,bnnSurvivalEnsemble-method {bnnSurvival} | R Documentation |
Predict survival probabilities with bagged k-nearest neighbors survival prediction.
## S4 method for signature 'bnnSurvivalEnsemble'
predict(object, test_data)
object |
Object of class bnnSurvivalEnsemble, created with bnnSurvival(). |
test_data |
Data set containing data to predict survival. |