computeLaplacianEmbedding: Computes the Laplacian Eigenmap For Dimension Reduction

Description Usage Arguments Value See Also

View source: R/computeLaplacianEmbedding.R

Description

Takes a n-D Takens' Embedding and returns the 2-D Laplacian Eigenmap.

Usage

1

Arguments

takens

a data.frame of the n-dimensional Takens' embedding. Columns defined from (1-D to n-D). TimeCycle defaults to n = 3.

Value

a data.frame of the 2-dimensional Takens' embedding. Columns defined by eigen vectors with last two non-trivial eigen values.

See Also


nesscoder/TimeCycle documentation built on June 29, 2021, 5:16 a.m.