count.features.dec.tree.class: Count Features in a Decision Tree

Description Usage Arguments Value Author(s)

Description

A function to count the feature utilization in a Decision Tree.

Usage

1
2
## S3 method for class 'dec.tree.class'
count.features(object, ...)

Arguments

object

an object of class dec.tree.class.

...

trailing args.

Value

a vector containing the number of times each feature is used at a split node.

Author(s)

Eric Bridgeford


ebridge2/badmf documentation built on June 4, 2019, 8:53 a.m.