make.par: Make CRF parameters

Description Usage Arguments Details Value See Also

View source: R/train.R

Description

Make the data structure of CRF parameters

Usage

1
make.par(crf, n.par = 1)

Arguments

crf

The CRF

n.par

The number of parameters

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.

Value

This function will directly modify the CRF and return the same CRF.

See Also

crf.update, make.features, make.crf


CRF documentation built on Dec. 1, 2019, 3:02 a.m.