Click or drag to resize
Accord.NET (logo)

IFeatureTObservation Interface

Common interface for Conditional Random Fieldsfeature functions

Namespace:  Accord.Statistics.Models.Fields.Features
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IFeature<TObservation>
Request Example View Source

Type Parameters

TObservation
The type of the observations being modeled.

The IFeatureTObservation type exposes the following members.

Properties
  NameDescription
Public propertyOwner
Gets the potential function containing this feature.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodCompute(Int32, TObservation, Int32)
Computes the feature for the given parameters.
Public methodCompute(Int32, Int32, TObservation, Int32, Int32)
Computes the feature for the given parameters.
Public methodLogMarginal
Computes the log-probability of occurrence of this feature given a sequence of observations.
Public methodMarginal
Computes the probability of occurrence of this feature given a sequence of observations.
Top
See Also