ptm.knn: Point metrics algorithm: K Nearest Neighbors metrics

Description Usage Arguments

View source: R/point_metrics_methods.R

Description

This function is meant to be used inside fastPointMetrics. It calculates metrics for every point using its nearest neighbors (KNN).

Usage

1
ptm.knn(k = 20, r = 0)

Arguments

k

numeric - number of nearest points to search per neighborhood.

r

numeric - search radius limit. If r == 0, no distance limit is applied.


TreeLS documentation built on Aug. 26, 2020, 5:14 p.m.