|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.sequence.CRFModel
class CRFModel
HMM model parameters.
Field Summary | |
---|---|
(package private) int |
d
Number of parameters or number of features |
(package private) int |
numStates
Number of states in the state space. |
private static long |
serialVersionUID
|
(package private) int |
startIdx
Index for the start state in the state space. |
(package private) org.apache.commons.math.linear.RealMatrix |
W
d x 1 parameter vector. |
Constructor Summary | |
---|---|
CRFModel(int numStates,
int startIdx,
org.apache.commons.math.linear.RealMatrix W)
Constructor for a CRF model. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
int numStates
int startIdx
int d
org.apache.commons.math.linear.RealMatrix W
Constructor Detail |
---|
public CRFModel(int numStates, int startIdx, org.apache.commons.math.linear.RealMatrix W)
numStates
- number of states in the state spacestartIdx
- index for the start state in the state spaceW
- parameter vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |