Description Usage Arguments Value Examples
View source: R/dimensionalityReduction.R
Wrapper function for the incremental update of a dimensionality reduction model.
X_base
is used to initialize the dimensionality reduction model.
X_update
is used to incrementally update the dimensionality reduction model fitted on X_base
.
1 2 3 4 5 6 7 | incrementalDimensionalityReductionUpdate(
X_base,
X_update,
k,
family = DIMENSIONALITY_METHODS,
params = list(model = NULL)
)
|
X_base |
|
X_update |
|
k |
|
family |
|
params |
|
List containing:
Z
: n x k matrix contaning the k factor generated by the dimensionality reduction module
time_dim
: Computational time (in s) required to fit the dimensionality model - numeric scalar
model
: Fitted model constructed via the function
1 | #See tests/testthat directory on https://github.com/jdestefani/ExtendedDFML
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.