fitModel {conformalClassification} | R Documentation |
Fits the model and returns the fitted model
fitModel(trainingSet=NULL, method = "rf", nrTrees = 100)
trainingSet |
The training set |
method |
Method for modeling |
nrTrees |
Number of trees for RF |
The fitted model