View source: R/get_n_neurons_in_latent_layer_from_gcae_experiment_params.R
get_n_neurons_in_latent_layer_from_gcae_experiment_params | R Documentation |
gcae_experiment_params
Get the number of neurons in the layent layer from a gcae_experiment_params
get_n_neurons_in_latent_layer_from_gcae_experiment_params(
gcae_experiment_params
)
gcae_experiment_params |
parameters to run a full
|
the number of neurons in the latent layer
Richèl J.C. Bilderbeek
use get_n_neurons_in_latent_layer to get the number of neurons in the latent layer for different input arguments
if (is_gcae_script_fixed()) {
get_n_neurons_in_latent_layer_from_gcae_experiment_params(
create_test_gcae_experiment_params()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.