EvaluateNodeCandidateUsingRpart: Evaluate a feature using classification tree models

Description Usage Arguments Value

View source: R/EvaluateNodeCandidateUsingRpart.R

Description

Classifier performance is measured as the average class error on OOB sample This is done using 3-fold cross-validation, which is roughly the equivalent of the OOB performance measured in RF

Usage

1
2
EvaluateNodeCandidateUsingRpart(matLabeledDataForClassifier,
  vPredictorFeaturesForClassifier, cPredictedFeature)

Arguments

matLabeledDataForClassifier

todo

vPredictorFeaturesForClassifier

todo

cPredictedFeature

todo

Value

todo


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