Duplicate an existing CRF
duplicate.crf(crf)
The existing CRF
The function will return a new CRF with copied data
This function will duplicate an existing CRF. Since CRF is implemented as an environment, normal assignment will only copy the pointer instead of the real data. This function will generate a new CRF and really copy all data.