varCounts.wsrf {wsrf} | R Documentation |
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 class 'wsrf'
varCounts(object)
Arguments
object |
object of class |
Value
A vector of integer. The length is the same as the training
data for building that wsrf
model.
Author(s)
He Zhao and Graham Williams (SIAT, CAS)
See Also
[Package wsrf version 1.7.30 Index]