R/mod_model_nnet_utils.R

Defines functions nnet_plot

nnet_plot <- function(modelo) {
  plot(modelo, arrow.length = 0.1, rep = 'best', intercept = T, 
       x.entry = 0.1, x.out = 0.9, information = F, intercept.factor = 0.8,
       col.entry.synapse = 'red', col.entry = 'red', col.out = 'green',
       col.out.synapse = 'green', dimension = 15, radius = 0.2, fontsize = 10)
}

Try the predictoR package in your browser

Any scripts or data that you put into this service are public.

predictoR documentation built on Nov. 1, 2024, 1:08 a.m.