powered by
decode.conditional(crf, clamped, decode.method, ...)
decode.method
crf$n.nodes
library(CRF) data(Small) d <- decode.conditional(Small$crf, c(0,1,0,0), decode.exact)
Run the code above in your browser using DataLab