bnc_dag: Bayesian network classifier structure.

View source: R/anb-dag.R

bnc_dagR Documentation

Bayesian network classifier structure.

Description

A Bayesian network classifier structure, returned by functions such as nb and tan_cl. You can plot its structure (with plot), print a summary to console (print), inspect it with functions documented in inspect_bnc_dag, and convert it to a graph object with grain_and_graph.

Examples

data(car)
nb <- tan_cl('class', car)   
nb
## Not run: plot(nb)
narcs(nb)

bmihaljevic/bnclassify documentation built on March 18, 2024, 8:34 a.m.