bnlearn_hpc

HPC

Package

bnlearn

Version

4.8.3

Language

R

Docs

here

Paper

Gasse et al.[1]

Graph type

DAG

Docker

bpimages/bnlearn:4.8.3

Module folder

bnlearn_hpc

Description

From bnlearn: an algorithm building on iamb.fdr to learn the parents and children of each node like mmpc and si.hiton.pc. The reference publication is the same as that for Hybrid HPC.

Example JSON

[
  {
    "id": "hpc-zf",
    "alpha": [
      0.01,
      0.05
    ],
    "test": "zf",
    "B": null,
    "maxsx": null,
    "debug": false,
    "undirected": false,
    "timeout": null
  },
  {
    "id": "hpc-mi",
    "alpha": [
      0.01,
      0.05,
      0.1,
      0.2
    ],
    "test": "mi",
    "B": null,
    "maxsx": null,
    "debug": false,
    "undirected": false,
    "timeout": null
  }
]