Description Usage Arguments Value
View source: R/classify_2d_grid.R
generate a matrix with decision boundaries and softmax probabilities by classifying a sequence of (x, y) pairs.
1 | classify_2d_grid(nn, xlims = c(0, 2), ylims = c(0, 2), bys = 0.1)
|
nn |
the neural network. |
xlims |
vector. xlimits. |
ylims |
vector. ylimits. |
bys |
how fine should the grid be? |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.