46 \brief Define additional function information for call to user function when calculating the emission or transition value
47 At a state the function may be called and passed information. The function may need traceback data or other sequence data. Such options are defined by the externalFuncs class
48
49 User-provided weight can be passed to externalFuncs to weight the score when passing to
50 emission or transition
51
52 Functions must be defined before model import, then will be passed to the externaFuncs class, when created.