Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

readnet

Reads/saves .net file


Description

Reads/saves a Bayesian network specification in the .net language used by Hugin.

Usage

readnet(con=file("default.net"))
savenet(nw, con=file("default.net"))

Arguments

con

a connection.

nw

an object of class network.

Details

readnet reads only the structure of a network, i.e.\ the directed acyclic graph.

savenet exports the prob property for each node in the network object along with the network structure defined by the parents of each node.

Value

readnet creates an object of class network with the nodes specified as in the .net connection. The network has not been learned and the nodes do not have prob properties (see prob.network).

savenet writes the object to the connection.

Note

The call to readnet(savenet(network)) is not the identity function as information is thrown away in both savenet and readnet.

Author(s)

Susanne Gammelgaard Bottcher,
Claus Dethlefsen rpackage.deal@gmail.com.

See Also

Examples

data(rats)
nw <- network(rats)
## Not run: savenet(nw,file("default.net"))
## Not run: nw2 <- readnet(file("default.net"))
## Not run: nw2 <- prob(nw2,rats)

deal

Learning Bayesian Networks with Mixed Variables

v1.2-39
GPL (>= 2)
Authors
Susanne Gammelgaard Bottcher, Claus Dethlefsen.
Initial release
2018-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.