Learn R Programming

cito (version 1.1)

coef.citocnn: 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 citocnn
coef(object, ...)

Value

list of weights of neural network

Arguments

object

a model created by cnn

...

nothing implemented yet