proximity: Diagnostic methods for 'forestr' to compute the proximity...

Description Usage Arguments Value Examples

Description

Diagnostic methods for forestr to compute the proximity matrix

Usage

1
proximity(object, ...)

Arguments

object

an object of class forest as created by forest

...

not currently used

Value

A data frame with the proximity values.

Examples

1
2
mtcars.forestr <- forestr(factor(cyl) ~ ., data = mtcars)
proximity(mtcars.forestr)

andeek/forestr documentation built on May 12, 2019, 2:40 a.m.