Skip to contents

Creates a variable selection strategy that uses all variables at each split. This is the default for single trees (pptr).

Usage

vars_all()

Value

A vars_strategy object.

Examples

vars_all()
#> $name
#> [1] "all"
#> 
#> $display_name
#> [1] "All variables"
#> 
#> attr(,"class")
#> [1] "vars_strategy"