duplicate.crf {CRF} | R Documentation |
Duplicate an existing CRF
duplicate.crf(crf)
crf |
The existing CRF |
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.
The function will return a new CRF with copied data