score.bn: Computes the score of a BN or a DBN

View source: R/bnlearn_compat.R

score.bnR Documentation

Computes the score of a BN or a DBN

Description

Generic method for computing the score of a "bn" S3 object. Calls bnlearn's score underneath.

Usage

## S3 method for class 'bn'
score(object, ...)

Arguments

object

a "bn" object

...

additional parameters

Value

the score of the network


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