randForest: Random Forest

Description Usage Arguments Note Examples

View source: R/hello.R

Description

Performs Random Forest Classification algorithm for the target variable on the basis of given dataset Splits the given dataset into training and testing in the ratio of 80:20 respectively Also generates a confusion matrix toe predict the error of the model

Usage

1

Arguments

t

Target Variable

d

Dataset

Note

Pass the target value with '$' . Ex- dataset$target(d$t)

Examples

1
randomForest(t,d)

lucio617/mlearning documentation built on Dec. 21, 2021, 12:40 p.m.