decode.lbp: Decoding method using loopy belief propagation

Description Usage Arguments Details Value Examples

View source: R/decode.R

Description

Computing the most likely configuration for CRF

Usage

1
decode.lbp(crf, max.iter = 10000, cutoff = 1e-04, verbose = 0)

Arguments

crf

The CRF

max.iter

The maximum allowed iterations of termination criteria

cutoff

The convergence cutoff of termination criteria

verbose

Non-negative integer to control the tracing informtion in algorithm

Details

Approximate decoding using max-product loopy belief propagation

Value

This function will return the most likely configuration, which is a vector of length crf$n.nodes.

Examples

1
2
3

CRF documentation built on Dec. 1, 2019, 3:02 a.m.