plotci | R Documentation |
plotci
It is designed for an inspection of the confidence intervals
for the weights for objects of
class interpretnn
.
plotci(
object,
alpha = 0.05,
which = c(1L:object$n_inputs),
which_params = c(1L:object$n_nodes),
colour = 1,
ask = prod(graphics::par("mfcol")) < length(which) && grDevices::dev.interactive(),
caption = lapply(1:ncol(object$X), function(iter) {
paste0("Confidence Intervals for ", colnames(object$X)[iter])
}),
...
)
object |
an object of class |
alpha |
significane level. |
which |
index of plots to be displayed. |
which_params |
index of weights to be displayed. |
colour |
colour of confidence intervals. |
ask |
ask before displaying each plot. |
caption |
caption for each plot. |
... |
arguments to be passed to methods, such as graphical parameters
(see |
plot of weights and their significance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.