predict.dbn.fit: Performs inference in every row of a dataset with a DBN

View source: R/dbn_inference.R

predict.dbn.fitR 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


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.