random_forest: Run random forest prediction

Description Usage Arguments Value

Description

Create a random forest calssifier based on a training dataset (train) and then classify a study dataset (study) using the classifier.

Usage

1
random_forest(train, study, ntree = 50)

Arguments

train

training data.frame with colnames, corresponding to training labels

study

study data.frame

ntree

number of trees to be used in random forest

Value

classification of the study dataset


hemberg-lab/FastSC3 documentation built on May 17, 2019, 3:42 p.m.