dot-quality: Measure the quality of a randomForest object.

.qualityR Documentation

Measure the quality of a randomForest object.

Description

The quality is the average OOB errors in the case of classification, or the average pseudo R-squared for regression. We do it in the client so that the server method can return a pure randomForest object (we avoid using a custom object between the two).

Usage

.quality(forestObject)

Details

#deprecated


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.