fitModel function

Fits the model and returns the fitted model

Fits the model and returns the fitted model

fitModel(trainingSet=NULL, method = "rf", nrTrees = 100)

Arguments

  • trainingSet: The training set
  • method: Method for modeling
  • nrTrees: Number of trees for RF

Returns

The fitted model

  • Maintainer: Niharika Gauraha
  • License: GPL-3
  • Last published: 2017-12-22

Useful links