coef.citocnn: Returns list of parameters the neural network model currently...

View source: R/cnn.R

coef.citocnnR Documentation

Returns list of parameters the neural network model currently has in use

Description

Returns list of parameters the neural network model currently has in use

Usage

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

Arguments

object

a model created by cnn

...

nothing implemented yet

Value

list of weights of neural network


cito documentation built on May 29, 2024, 1:28 a.m.