summary.citocnn | R Documentation |
This function provides a summary of a Convolutional Neural Network (CNN) model created using the cnn
function. It currently replicates the output of the print.citocnn
method.
## S3 method for class 'citocnn'
summary(object, ...)
object |
A model created by |
... |
Additional arguments (currently not used). |
The original model object object
, returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.