메소드 | 설명 | |
---|---|---|
BaseRunningMarkovStatistics ( IHiddenMarkovModel model ) : System |
Initializes a new instance of the BaseRunningMarkovStatistics class.
|
|
Clear ( ) : void |
Clears all measures previously computed and indicate the sequence has ended.
|
|
Invalidate ( ) : void |
Clears all measures previously computed.
|
public BaseRunningMarkovStatistics ( IHiddenMarkovModel model ) : System | ||
model | IHiddenMarkovModel | The Markov model. |
리턴 | System |