get_n_neurons_in_latent_layer_from_gcae_experiment_params: Get the number of neurons in the layent layer from a...

View source: R/get_n_neurons_in_latent_layer_from_gcae_experiment_params.R

get_n_neurons_in_latent_layer_from_gcae_experiment_paramsR Documentation

Get the number of neurons in the layent layer from a gcae_experiment_params

Description

Get the number of neurons in the layent layer from a gcae_experiment_params

Usage

get_n_neurons_in_latent_layer_from_gcae_experiment_params(
  gcae_experiment_params
)

Arguments

gcae_experiment_params

parameters to run a full GCAE experimenr (i.e. call do_gcae_experiment), as created by create_gcae_experiment_params and checked by check_gcae_experiment_params

Value

the number of neurons in the latent layer

Author(s)

Richèl J.C. Bilderbeek

See Also

use get_n_neurons_in_latent_layer to get the number of neurons in the latent layer for different input arguments

Examples

if (is_gcae_script_fixed()) {
  get_n_neurons_in_latent_layer_from_gcae_experiment_params(
    create_test_gcae_experiment_params()
  )
}

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.