EvaluateNodeCandidateUsingRF: Evaluate a feature using random forest

Description Usage Arguments Value

View source: R/EvaluateNodeCandidateUsingRF.R

Description

Classifier performance is measured as the average class error on OOB sample Since RF uses bagging to pick a sample to build each tree, each data point is unused in roughly 35 takes each point and measures the prediction accuracy on the trees it wasn't used to build.

Usage

1
2
EvaluateNodeCandidateUsingRF(matLabeledDataForClassifier,
  vPredictorFeaturesForClassifier, cPredictedFeature)

Arguments

matLabeledDataForClassifier

todo

vPredictorFeaturesForClassifier

todo

cPredictedFeature

todo

Value

todo


thecomeonman/CURD documentation built on May 20, 2019, 7:37 a.m.