R/S4_1_LPPotential.R

setClass("LPPotential",
         slots = list(head = "character", 
                      tail = "character",
                      config = "matrix",
                      beta = "matrix", # each row for a configuration
                                       # each column for a tail variable
                      const = "numeric",
                      variance = "numeric"
         )
)

Try the BayesNetBP package in your browser

Any scripts or data that you put into this service are public.

BayesNetBP documentation built on May 9, 2022, 1:05 a.m.