R/getAngleFeatureSet.R
getAngleFeatureSet.Rd
Feature: statistics of angles between nodes and their two nearest neighbors.
getAngleFeatureSet(x, feature.set = NULL, drop.duplicates = FALSE, include.costs = FALSE, normalize = FALSE, ...)
x | [ |
---|---|
feature.set | [ |
drop.duplicates | [ |
include.costs | [ |
normalize | [ |
... | [any] |
[list
]
In case include.costs = TRUE
the output will provide up to three
separate cost values: one for the initialization phase, and one for each of the
feature sets that were defined in feature.set
. As the initialization
phase is a mandatory prerequisite for computing either of the two feature sets,
the user will manually have to add the costs of the initialization phase to the
costs of the respective feature set(s).