fitModel {conformalClassification} | R Documentation |
Fits the model and returns the fitted model
Description
Fits the model and returns the fitted model
Usage
fitModel(trainingSet=NULL, method = "rf", nrTrees = 100)
Arguments
trainingSet |
The training set |
method |
Method for modeling |
nrTrees |
Number of trees for RF |
Value
The fitted model
[Package conformalClassification version 1.0.0 Index]