Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTLogPartition Method (T, Int32)

Computes the log-partition function ln Z(x,y).

Namespace:  Accord.Statistics.Models.Fields
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double LogPartition(
	T[] x,
	int y
)
Request Example View Source

Parameters

x
Type: T
y
Type: SystemInt32

Return Value

Type: Double
See Also