testTwoRFs: Test two random forest classifiers

Description Usage Arguments Author(s) See Also

Description

Function to apply two random forest classifiers to some data.

Usage

1
testTwoRFs(featDirs1, featDirs2, rf1, rf2, saveDir, testNames)

Arguments

featDirs1

Path to a directory (or list of directories) containing features corresponding to the first RF classifier.

featDirs2

Path to a directory (or list of directories) containing features corresponding to the second RF classifier.

rf1

A random forest model.

rf2

A second random forest model.

saveDir

Path to a directory where predictions will be saved. Predictions will be saved in files named <identifier>.csv with two fields: timestamp, prediction.

testNames

List of participant identifiers to use.

Author(s)

Katherine Ellis

See Also

testRF


TLBC documentation built on May 1, 2019, 8:44 p.m.