|
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
)
Public Function LogPartition (
x As T(),
y As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: T
- y
- Type: SystemInt32
Return Value
Type:
DoubleSee Also