powered by
Make the data structure of CRF parameters
make.par(crf, n.par = 1)
The CRF
The number of parameters
This function will directly modify the CRF and return the same CRF.
This function makes the data structure of parameters need for modeling and training CRF. The parameters are stored in par, which is a numeric vector of length n.par.
par
n.par
crf.update, make.features, make.crf
crf.update
make.features
make.crf