| is_architecture | R Documentation |
Check Whether an Object is a metANN Architecture
is_architecture(x)
x |
An object. |
TRUE if x is a metANN architecture object; otherwise FALSE.
arch <- mlp_architecture(list(dense_layer(1)))
is_architecture(arch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.