learn_model | R Documentation |
learn_model - learns the Generative Encoder model
learn_model( data_list, config = gcode::extract_config(F), transfer = gcode::extract_transfer_framework(F), join, reference )
data_list |
List of data matrices of varying dimensionality. Attempts to find similarities among all datasets with a core structure. |
config |
Configuration parameters (required, default provided) |
transfer |
Transferring pre-trained model parameters (not required) |
join |
Join parameters that share the same axes to be similar (not required) #' @export |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.