Feature: statistics of the nearest neighbour graph

getNNGFeatureSet(x, ks = NULL, include.costs = FALSE,
  normalize = FALSE, ...)

Arguments

x

[Network]
Network.

ks

[integer]
List of \(k\) values for \(k\)-Nearest-Neighbour-Graph computation.

include.costs

[logical(1)]
Should costs be included as an additional feature? Default is FALSE.

normalize

[logical(1)]
Should the features be normalized? Note that normalization is not available for all features. E.g. skew, sd and varcoeff features as well as the VRP features are not normalized. Default is FALSE.

...

[any]
Not used.

Value

[list]