|
HiddenConditionalRandomFieldTPartition Method (T, Int32)
|
Computes the partition function Z(x,y).
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Partition(
T[] x,
int y
)
Public Function Partition (
x As T(),
y As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: T
- y
- Type: SystemInt32
Return Value
Type:
DoubleSee Also