R/AllClasses.R

setClass("DependencyModel", 
         representation(W = "list", 
                        phi = "list", 
                        score = "numeric",
                        method = "character", 
                        params = "list",
                        data = "list",
                        z = "matrix"))

Try the dmt package in your browser

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

dmt documentation built on May 2, 2019, 5:49 p.m.