dnnet-class: An S4 class containing a deep neural network

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class containing a deep neural network

Usage

1
2
## S4 method for signature 'dnnet'
show(object)

Arguments

object

A dnnet object.

Methods (by generic)

Slots

norm

A list, containing the centers and s.d.'s of x matrix and y vector (if numeric)

weight

A list of matrices, weight matrices in the fitted neural network

bias

A list of vectors, bias vectors in the fitted neural network

loss

The minimum loss acheived from the validate set

label

If the model is classification, a character vectors containing class labels

model.type

Either "Classification" or "Regression"

model.spec

Other possible information

See Also

dnnetInput-class


SkadiEye/dnnet documentation built on March 26, 2020, 8:13 a.m.