HiddenMarkovModel Methods |
The HiddenMarkovModel type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Overrides HiddenMarkovModelTDistribution, TObservationClone.) | |
CreateDiscrete(Int32, Int32) |
Creates a discrete hidden Markov model using the generic interface.
| |
CreateDiscrete(ITopology, Int32) |
Creates a discrete hidden Markov model using the generic interface.
| |
CreateDiscrete(Int32, Int32, Boolean) |
Creates a discrete hidden Markov model using the generic interface.
| |
CreateDiscrete(ITopology, Int32, Boolean) |
Creates a discrete hidden Markov model using the generic interface.
| |
CreateDiscrete(Double, Double, Double, Boolean) |
Creates a discrete hidden Markov model using the generic interface.
| |
CreateGeneric(Int32, Int32) | Obsolete.
Constructs a new Hidden Markov Model with discrete state probabilities.
| |
CreateGeneric(ITopology, Int32) | Obsolete.
Constructs a new Hidden Markov Model with discrete state probabilities.
| |
CreateGeneric(Int32, Int32, Boolean) | Obsolete.
Constructs a new Hidden Markov Model with discrete state probabilities.
| |
CreateGeneric(ITopology, Int32, Boolean) | Obsolete.
Constructs a new Hidden Markov Model with discrete state probabilities.
| |
CreateGeneric(Double, Double, Double, Boolean) | Obsolete.
Constructs a new discrete-density Hidden Markov Model.
| |
Decide(TInput) |
Computes class-label decisions for the given input.
(Inherited from TaggerBaseTInput.) | |
Decide(TInput) |
Computes class-label decisions for the given input.
(Inherited from TaggerBaseTInput.) | |
Decide(TObservation, Int32) |
Computes class-label decisions for the given input.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Decide(TObservation, Int32) |
Computes class-label decisions for the given input.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Decode(TObservation) | Obsolete.
Calculates the most likely sequence of hidden states
that produced the given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Decode(TObservation, Double) | Obsolete.
Calculates the most likely sequence of hidden states
that produced the given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate(TObservation) | Obsolete.
Calculates the likelihood that this model has generated the given sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Evaluate(TObservation, Int32) | Obsolete.
Calculates the log-likelihood that this model has generated the
given observation sequence along the given state path.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Generate(Int32) |
Generates a random vector of observations from the model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Generate(Int32, Int32, Double) |
Generates a random vector of observations from the model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load(Stream) | Obsolete.
Loads a hidden Markov model from a stream.
| |
Load(String) | Obsolete.
Loads a hidden Markov model from a file.
| |
LoadTDistribution(Stream) | Obsolete.
Loads a hidden Markov model from a stream.
| |
LoadTDistribution(String) | Obsolete.
Loads a hidden Markov model from a file.
| |
LogLikelihood(TInput) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihood(TInput) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihood(TInput, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihood(TInput, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihood(TObservation, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger along
the given path of hidden states.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihood(TObservation, Double) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihood(TObservation, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger along
the given path of hidden states.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihood(TObservation, Int32, Double) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger along
the given path of hidden states.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihood(TObservation, Int32, Double) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihoods(TInput) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TInput) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TInput, Int32) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TInput, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TInput, Int32) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TObservation, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
LogLikelihoods(TInput, Int32, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
LogLikelihoods(TObservation, Int32, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Posterior(TObservation) | Obsolete.
Calculates the probability of each hidden state for each
observation in the observation vector.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Posterior(TObservation, Int32) | Obsolete.
Calculates the probability of each hidden state for each observation
in the observation vector, and uses those probabilities to decode the
most likely sequence of states for each observation in the sequence
using the posterior decoding method. See remarks for details.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Predict(TObservation) |
Predicts the next observation occurring after a given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Predict(Int32, Double) |
Predicts the next observation occurring after a given observation sequence.
| |
Predict(Int32, Int32) |
Predicts next observations occurring after a given observation sequence.
(Overrides HiddenMarkovModelTDistribution, TObservationPredict(TObservation, Int32).) | |
Predict(TObservation, Double) |
Predicts the next observation occurring after a given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Predict(Int32, Int32, Double) |
Predicts next observations occurring after a given observation sequence.
| |
Predict(TObservation, Int32, Double) |
Predicts the next observations occurring after a given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Predict(Int32, Int32, Double, Double) |
Predicts the next observations occurring after a given observation sequence.
| |
PredictTMultivariate(TObservation, Double, MultivariateMixtureTMultivariate) |
Predicts the next observation occurring after a given observation sequence.
(Inherited from HiddenMarkovModelTDistribution, TObservation.) | |
Probabilities(TInput) |
Predicts a the probabilities for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Double) |
Predicts a the probabilities for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Int32) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Int32) |
Predicts a the probabilities for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Int32, Double) |
Predicts a the log-likelihood for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probabilities(TInput, Int32, Double) |
Predicts a the probabilities for each of the observations in
the sequence vector assuming each of the possible states in the
tagger model.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput, Double) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput, Int32) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Probability(TInput, Int32, Double) |
Predicts a the probability that the sequence vector
has been generated by this log-likelihood tagger.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Save(Stream) | Obsolete.
Saves the hidden Markov model to a stream.
| |
Save(String) | Obsolete.
Saves the hidden Markov model to a stream.
| |
Scores(TInput) |
Computes numerical scores measuring the association between
each of the given sequence vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
Scores(TInput) |
Computes numerical scores measuring the association between
each of the given sequences vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
Scores(TInput, Double) |
Computes numerical scores measuring the association between
each of the given sequences vectors and each
possible class.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Scores(TInput, Double) |
Computes numerical scores measuring the association between
each of the given sequence vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
Scores(TInput, Int32) |
Computes numerical scores measuring the association between
each of the given sequence vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
Scores(TInput, Int32) |
Computes numerical scores measuring the association between
each of the given sequences vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
Scores(TInput, Int32, Double) |
Computes numerical scores measuring the association between
each of the given sequences vectors and each
possible class.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Scores(TInput, Int32, Double) |
Computes numerical scores measuring the association between
each of the given sequence vectors and each
possible class.
(Inherited from ScoreTaggerBaseTInput.) | |
ToContinuousModel | Obsolete.
Converts this Discrete density Hidden Markov Model
into a arbitrary density model.
| |
ToGenericModel |
Converts this Discrete density Hidden Markov Model
into a arbitrary density model.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform(TInput) |
Applies the transformation to an input, producing an associated output.
(Inherited from TaggerBaseTInput.) | |
Transform(TInput) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from TransformBaseTInput, TOutput.) | |
Transform(TInput, Double) |
Applies the transformation to an input, producing an associated output.
(Inherited from LikelihoodTaggerBaseTInput.) | |
Transform(TInput, TOutput) |
Applies the transformation to an input, producing an associated output.
(Inherited from TransformBaseTInput, TOutput.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |