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


dkesada/dbnR documentation built on June 19, 2024, 6:45 p.m.