Rdocumentation
powered by
Learn R Programming
CRF (version 0.3-8)
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