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

dnnet-classR Documentation

An S4 class containing a deep neural network

Description

An S4 class containing a deep neural network

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

loss.traj

The loss trajectory

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
dnnet


SkadiEye/deepTL documentation built on Nov. 17, 2022, 1:41 p.m.