mrf.update {CRF} | R Documentation |
Update MRF potentials
Description
Update node and edge potentials of MRF model
Usage
mrf.update(crf)
Arguments
crf |
The CRF |
Details
The function updates node.pot
and edge.pot
of MRF model.
Value
This function will directly modify the CRF and return the same CRF.
See Also
[Package CRF version 0.4-3 Index]