Learn R Programming

darch (version 0.9.1)

getWeightCost: Returns the weigth cost for the training

Description

Returns the weigth cost for the training

Usage

getWeightCost(rbm)

## S3 method for class 'RBM': getWeightCost(rbm)

Arguments

rbm
A instance of the class RBM.

Value

  • The weigth cost for the training

See Also

RBM

RBM