varCounts.wsrf {wsrf} | R Documentation |
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.
## S3 method for class 'wsrf' varCounts(object)
object |
object of class |
A vector of integer. The length is the same as the training
data for building that wsrf
model.
He Zhao and Graham Williams (SIAT, CAS)