|   | HiddenMarkovModel Properties | 
The HiddenMarkovModel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Algorithm | 
              Gets or sets the algorithm
              that should be used to compute solutions to this model's LogLikelihood(T[] input)
              evaluation, Decide(T[] input) decoding and LogLikelihoods(T[] input)
              posterior problems.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | Emissions | Obsolete. 
              Please use LogEmissions instead.
             | 
|  | LogEmissions | 
              Gets the log-emission matrix log(B) for this model.
             | 
|  | LogInitial | 
              Gets the log-initial probabilities log(pi) for this model.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | LogTransitions | 
              Gets the log-transition matrix log(A) for this model.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | NumberOfClasses | 
            Gets the number of classes expected and recognized by the classifier.
            (Inherited from TaggerBaseTInput.) | 
|  | NumberOfInputs | 
              Gets the number of inputs accepted by the model.
            (Inherited from TransformBaseTInput, TOutput.) | 
|  | NumberOfOutputs | 
              Gets the number of outputs generated by the model.
            (Inherited from TransformBaseTInput, TOutput.) | 
|  | NumberOfStates | 
              Gets the number of states of this model.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | NumberOfSymbols | 
              Gets the number of symbols in this model's alphabet.
             | 
|  | Probabilities | Obsolete. 
              Please use LogInitial instead.
             | 
|  | States | Obsolete. 
              Gets the number of states of this model.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | Symbols | Obsolete. 
              Please use NumberOfSymbols instead.
             | 
|  | Tag | 
              Gets or sets a user-defined tag associated with this model.
            (Inherited from HiddenMarkovModelTDistribution, TObservation.) | 
|  | Transitions | Obsolete. 
              Please use LogTransitions instead.
             | 
 See Also
See Also