plot_boundary: Plot Neural Network Resulting Classifier

Description Usage Arguments Value Author(s) Examples

View source: R/plot_boundary.R

Description

plot the results of decision boundary of an artificial neural network

Usage

1
plot_boundary(X, y, model, topic)

Arguments

X

input X

y

input y

model

weights and biases from neural_network function

title

title of the plot

Value

a plot with classification

Author(s)

Yijun Yang

Examples

1
2
3
4
## Not run: 
plot_boundary(X, y, nn.model)

## End(Not run)

yijunyang/bis557 documentation built on Dec. 21, 2020, 3:06 a.m.