Description Usage Arguments Value
Passes the data all the way through an unrolled DeepBeliefNet (in this case, it is identical to predict). For a RestrictedBolzmannMachine or a DeepBeliefNet that hasn't been unrolled, it will predict, and predict again through the reversed network. In the end, the reconstruction has the same dimension as the input.
1 2 3 4 5 6 7 8 | reconstruct(object, newdata, ...)
## S3 method for class 'DeepBeliefNet'
reconstruct(object, newdata, drop = TRUE, ...)
## S3 method for class 'RestrictedBolzmannMachine'
reconstruct(object, newdata,
drop = TRUE, ...)
|
object |
the |
newdata |
a |
... |
ignored |
drop |
do not return additional dimensions |
the reconstructed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.