depthMatrixRanger: Get depth distance matrix

Description Usage Arguments Examples

View source: R/rfDistance.R

Description

Get depth distance matrix

Usage

1

Arguments

x

a new dataset

y

a new dataset

rf

ranger object

Examples

1
2
3
4
5
6
## Not run: 
require(ranger)
rf <- ranger(Species ~ ., data = iris, num.trees = 5, write.forest = TRUE)
depthMatrixRanger(x=iris[, -5], rf=rf)

## End(Not run)

sipemu/similarity documentation built on May 29, 2019, 10:10 p.m.