predict.dbn.fit {dbnR} | R Documentation |
Performs inference in every row of a dataset with a DBN
Description
Generic method for predicting a dataset with a "dbn.fit" S3 objects. Calls
predict_dt
underneath.
Usage
## S3 method for class 'dbn.fit'
predict(object, ...)
Arguments
object |
a "dbn.fit" object |
... |
additional parameters for the inference process |
Value
a data.table with the prediction results
[Package dbnR version 0.7.9 Index]