dimensionalityReduction: dimensionalityReduction

Description Usage Arguments Value Examples

View source: R/dimensionalityReduction.R

Description

Function implementing the dimensionality reduction module in the DFML architecture. The function implements a batch dimensionality reduction.

Usage

1
2
3
4
5
6
dimensionalityReduction(
  X,
  k,
  family = DIMENSIONALITY_METHODS,
  params = list(model = NULL, embedding_params = NULL)
)

Arguments

X
  • n x N matrix containing the N time series as columns, each one of length n time steps

k
  • Number of desired factors as output - Integer

family
  • Family of methods to use - String among those defined in DIMENSIONALITY_METHODS

params
  • Parameters to be passed to the forecaster function - List

              An (optional) pre-existing model is passed through the \code{parameters$model}.
              If NULL it will be computed by the function.
    

Value

List containing:

Examples

1
#See tests/testthat directory on https://github.com/jdestefani/ExtendedDFML

jdestefani/ExtendedDFML documentation built on Dec. 20, 2021, 10:04 p.m.