Description Usage Arguments Details Value Examples
Find an optimal structure from the cache of parent sets
1 2  | blip.solver(jkl, method = "winasobs", time = 3600, cores = 1,
  verbose = 0)
 | 
jkl | 
 cache of pre-computed parent sets.(required)  | 
method | 
 Method to be used. Possible values: "winasobs", "winobs", "asobs", "obs". (default: winasobs)  | 
time | 
 Maximum Execution time (default: 3600)  | 
cores | 
 Number of machine cores to use. If 0, all are used. (default: 1)  | 
verbose | 
 Verbose level (default: 0)  | 
The input data is required to be complete and discrete. Accordingly missing values in the input data.frame will be ignored, and all numeric values will be converted to integers.
Structure
1  | bn <- blip.solver(child.jkl, time=3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.