bnlearn_fastiamb

Fast IAMB

Package

bnlearn

Version

4.8.3

Language

R

Docs

here

Paper

Yaramakala and Margaritis[1]

Graph type

DAG

Docker

bpimages/bnlearn:4.8.3

Module folder

bnlearn_fastiamb

Description

From bnlearn: a variant of IAMB which uses speculative stepwise forward selection to reduce the number of conditional independence tests.

Example JSON

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