Click or drag to resize
Accord.NET (logo)

FactorPotentialT Constructor (IPotentialFunctionT, Int32, Int32)

Creates a new factor (clique) potential function.

Namespace:  Accord.Statistics.Models.Fields.Functions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public FactorPotential(
	IPotentialFunction<T> owner,
	int states,
	int factorIndex
)
Request Example View Source

Parameters

owner
Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionT
The owner IPotentialFunctionT.
states
Type: SystemInt32
The number of states in this clique potential.
factorIndex
Type: SystemInt32
The index of this factor potential in the owner.
See Also