rfAlgorithm: RF algorithm function

Description Usage Arguments Value

View source: R/mlPipelineAndAlgorithmFunctions.R

Description

RF algorithm function

Usage

1
rfAlgorithm(Training_set, Prediction_set, Ntree, Mtry)

Arguments

Training_set

data frame to train the network

Prediction_set

also a dataframe to test the model

Ntree, Mtry

are numerical values, to fit the RF model

Value

ref resultant dataframe of RF algorithm


Kanjali/stencilRfunctions documentation built on May 29, 2019, 2:08 p.m.