plot.nnet: slightly modified program from beckmw gist (see note below)

Description Usage Arguments Note

Description

slightly modified program from beckmw gist (see note below)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
plot.nnet(
  mod.in,
  nid = T,
  all.out = T,
  all.in = T,
  bias = T,
  wts.only = F,
  rel.rsc = 5,
  circle.cex = 5,
  node.labs = T,
  var.labs = T,
  x.lab = NULL,
  y.lab = NULL,
  line.stag = NULL,
  struct = NULL,
  cex.val = 1,
  alpha.val = 1,
  circle.col = "lightblue",
  pos.col = "black",
  neg.col = "grey",
  ...
)

Arguments

mod.in

nnet instance

Note

https://tinyurl.com/tuyvbkk is slightly broken, and this is a simple repair. The original link is from https://www.r-bloggers.com/visualizing-neural-networks-in-r-update/.


vjcitn/edx_adv_bioc documentation built on March 17, 2020, 3:58 p.m.