coef.citocnn {cito}R 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


[Package cito version 1.1 Index]