varCounts.wsrf: Number of Times of Variables Selected as Split Condition
Description
Return the times of each variable being selected as split condition.
For evaluating the bias of wsrf towards attribute types (categorical and
numerical) and the number of values each attribute has.
Usage
# S3 method for wsrf
varCounts(object)
Value
A vector of integer. The length is the same as the training
data for building that wsrf
model.
Arguments
- object
object of class wsrf
.
Author
He Zhao and Graham Williams (SIAT, CAS)