powered by
'>DArch
This function provides different plots depending on the type parameter:
type
# S3 method for DArch plot(x, y = "raw", ..., type = y)
'>DArch instance.
See type.
Additional parameters, passed to plotting functions.
Which type of plot to create, one of raw, class, time, momentum, and net.
raw
class
time
momentum
net
The plotted graph.
raw. Plots the raw network error (e.g. MSE), this is the default
class. Plots the classification error
time. Plots the times needed for each epoch
momentum. Plots the momentum ramp
net. Calls plotnet to plot the network
plotnet
Other darch interface functions: darchBench, darchTest, darch, predict.DArch, print.DArch
darchBench
darchTest
darch
predict.DArch
print.DArch
# NOT RUN { data(iris) model <- darch(Species ~ ., iris) plot(model) plot(model, "class") plot(model, "time") plot(model, "momentum") plot(model, "net") # }
Run the code above in your browser using DataLab