Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTPartition Method (T)

Computes the partition function Z(x).

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

Parameters

x
Type: T

Return Value

Type: Double
See Also