IFeatureTObservation Interface |
Namespace: Accord.Statistics.Models.Fields.Features
The IFeatureTObservation type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
Compute(Int32, TObservation, Int32) |
Computes the feature for the given parameters.
| |
Compute(Int32, Int32, TObservation, Int32, Int32) |
Computes the feature for the given parameters.
| |
LogMarginal |
Computes the log-probability of occurrence of this
feature given a sequence of observations.
| |
Marginal |
Computes the probability of occurrence of this
feature given a sequence of observations.
|