Learn R Programming

dplbnDE (version 0.1.3)

DE: Discriminative parameter learning of bayesian networks by differential evolution

Description

A list with Bayesian Networks, structure and parameters learned in a discriminative way by diferential evolution returned by lshade, jade, DEbest, or DErand functions.

Arguments

Examples

Run this code
data(car)
dpl.lshade <- lshade(NP = 40, G = 50, data = car, class.name = names(car)[7], c = 0.1,
structure = "tan", pB = 0.05, edgelist = NULL, verbose = 5)
dpl.lshade

Run the code above in your browser using DataLab