powered by
decode.block(crf, blocks, decode.method = decode.tree, restart = 0, start = apply(crf$node.pot, 1, which.max), ...)
decode.method
crf$n.nodes
library(CRF) data(Small) d <- decode.block(Small$crf, list(c(1,3), c(2,4)))
Run the code above in your browser using DataLab