Click or drag to resize
Accord.NET (logo)

ConditionalRandomFieldT Constructor

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

Parameters

states
Type: SystemInt32
The number of states for the model.
function
Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionT
The potential function to be used by the model.
See Also