Learn R Programming

CRF (version 0.4-3)

mrf.update: Update MRF potentials

Description

Update node and edge potentials of MRF model

Usage

mrf.update(crf)

Arguments

crf

The CRF

Value

This function will directly modify the CRF and return the same CRF.

Details

The function updates node.pot and edge.pot of MRF model.

See Also

mrf.nll, train.mrf