Feature: number of points on convex hull and spanning area.

getConvexHullFeatureSet(x, feature.set = NULL, include.costs = FALSE,
  normalize = FALSE, ...)

Arguments

x

[Network]
Network.

feature.set

[character]
Subset of hull feature sets that should be computed. Possible choices are "points" (ratio of points defining the convex hull), "area" (area of the convex hull), "edges" (summary statistics of the lengths of the hull edges) and "dists" (summary statistics of the distances of each city to its closest edge of the hull). Per default (NULL), all of the four previously listed feature sets will be computed.

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]