|
HiddenConditionalRandomFieldTLogPartition Method (T)
|
Computes the log-partition function ln Z(x).
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogPartition(
T[] x
)
Public Function LogPartition (
x As T()
) As Double
Request Example
View SourceParameters
- x
- Type: T
Return Value
Type:
DoubleSee Also