make.par: Make CRF parameters
Description
Make the data structure of CRF parametersUsage
make.par(crf, n.par = 1)
Arguments
n.par
The number of parameters
Value
- This function will directly modify the CRF and return the same CRF.
Details
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.