denoise | R Documentation |
Point density is estimated using a Gaussian mixture model and points in low density regions are considered as noise and removed.
denoise(points, k = 16, prob = 0.3)
points |
a data frame with columns x,y,z. |
k |
integer, number of mixture components for the GMM |
prob |
probability level in the range [0,1] to identify high density regions |
a point set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.