MCPcopy Create free account
hub / github.com/codewithzichao/Machine_Learning_Code / __init__

Method __init__

CRF/CRF_python.py:16–30  ·  view source on GitHub ↗

:param V:是定义在节点上的特征函数,称为状态特征 :param VW:是V对应的权值 :param E:是定义在边上的特征函数,称为转移特征 :param EW:是E对应的权值

(self, V, VW, E, EW)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected