Description Usage Arguments References See Also Examples
This function takes the recurrence table version of a set of time series to embed the time series via Uniform Manifold Approximation and Projection (UMAP). This only provides access to the naive settings of the umap::umap package.
1 |
object |
The recurrence object returned by |
data |
A dataframe with columns "id", "date", "value". See |
... |
Further parameters provided to |
umap_object |
If |
L. McInnes, J. Healy, J. Melville (2018). UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction, ArXiv e-prints 1802.03426.
measure()
, umap::umap()
, cluster()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.