Useful when the number of inputs and/or hidden neurons are very large, and direct visualization of the network is difficult.
get_input_inclusions(model)A matrix of shape (p, L-1) where p is the number of input variables and L the total number of layers (including input and output), with each element being 1 if the variable is included or 0 if not included.
An instance of LBBNN_Net where input_skip = TRUE.