Click or drag to resize
Accord.NET (logo)

IPotentialFunctionT Interface

Common interface for CRF's Potential functions.

Namespace:  Accord.Statistics.Models.Fields.Functions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IPotentialFunction<T> : ICloneable
Request Example View Source

Type Parameters

T

The IPotentialFunctionT type exposes the following members.

Properties
  NameDescription
Public propertyFactors
Gets the factor potentials (also known as clique potentials) functions composing this potential function.
Public propertyFeatures
Gets the feature functions composing this potential function.
Public propertyOutputs
Gets the number of output classes assumed by this function.
Public propertyWeights
Gets or sets the set of weights for each feature function.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodGetFeatureVector
Gets the feature vector for a given input and sequence of states.
Top
See Also