Click or drag to resize
Accord.NET (logo)

IPotentialFunctionTFactors Property

Gets the factor potentials (also known as clique potentials) functions composing this potential function.

Namespace:  Accord.Statistics.Models.Fields.Functions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
FactorPotential<T>[] Factors { get; }
Request Example View Source

Property Value

Type: FactorPotentialT
See Also