Learn R Programming

FORTLS (version 1.6.0)

geometric.features: This function fit a circle based on 3 points

Description

This function fit a circle based on 3 points

Usage

geometric.features(data,
                   dist,
                   approximate_KNN = FALSE,
                   features = c("PCA1",
                                "PCA2",
                                "anisotropy",
                                "planarity",
                                "linearity",
                                "surface_variation",
                                "sphericity",
                                "verticality",
                                "number_neighbors",
                                "omnivariance",
                                "eigenentropy",
                                "surface_density",
                                "volume_density"),
                   threads = 1,
                   keep_NaN = FALSE,
                   verbose = FALSE,
                   solver_threshold = 50000)

Value

Data frame

Arguments

data

data

dist

dist

approximate_KNN

approximate_KNN

features

features

threads

threads

keep_NaN

keep_NaN

verbose

verbose

solver_threshold

solver_threshold

Author

Juan Alberto Molina-Valero