score.bn {dbnR}R 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


[Package dbnR version 0.7.9 Index]