Description Usage Arguments Methods (by generic) Slots See Also
An S4 class containing a deep neural network
1 2 | ## S4 method for signature 'dnnet'
show(object)
|
object |
A |
show: Method to show dnnet object.
normA list, containing the centers and s.d.'s of x matrix and y vector (if numeric)
weightA list of matrices, weight matrices in the fitted neural network
biasA list of vectors, bias vectors in the fitted neural network
lossThe minimum loss acheived from the validate set
labelIf the model is classification, a character vectors containing class labels
model.typeEither "Classification" or "Regression"
model.specOther possible information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.