Description Usage Arguments Value Author(s) Examples
View source: R/plot_boundary.R
plot the results of decision boundary of an artificial neural network
1 | plot_boundary(X, y, model, topic)
|
X |
input X |
y |
input y |
model |
weights and biases from neural_network function |
title |
title of the plot |
a plot with classification
Yijun Yang
1 2 3 4 | ## Not run:
plot_boundary(X, y, nn.model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.