Click or drag to resize
Accord.NET (logo)

ConditionalRandomFieldTLogPartition Method

Computes the Log of the partition function.

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

Parameters

observations
Type: T

Return Value

Type: Double
See Also