View source: R/dbn_inference.R
predict.dbn.fit | R Documentation |
Generic method for predicting a dataset with a "dbn.fit" S3 objects. Calls
predict_dt
underneath.
## S3 method for class 'dbn.fit'
predict(object, ...)
object |
a "dbn.fit" object |
... |
additional parameters for the inference process |
a data.table with the prediction results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.