Skip to contents

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.

Usage

# S3 method for class 'citocnn'
summary(object, ...)

Arguments

object

A model created by cnn.

...

Additional arguments (currently not used).

Value

The original model object object, returned invisibly.