fitModel: Fits the model and returns the fitted model

Description Usage Arguments Value

View source: R/common.R

Description

Fits the model and returns the fitted model

Usage

1
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


conformalClassification documentation built on May 2, 2019, 8:19 a.m.