Skip to contents

Setup Isomap config.

Usage

setup_Isomap(
  k = 2L,
  dist_method = c("euclidean", "manhattan"),
  nsd = 0L,
  path = c("shortest", "extended")
)

Arguments

k

Integer: Number of components.

dist_method

Character: Distance method.

nsd

Integer: Number of shortest dissimilarities retained.

path

Character: Path argument for vegan::isomap.

Value

IsomapConfig object.

Author

EDG