|
ErgodicCreate Method
|
Creates the state transitions matrix and the
initial state probabilities for this topology.
Namespace:
Accord.Statistics.Models.Markov.Topology
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int Create(
bool logarithm,
out double[,] transitionMatrix,
out double[] initialState
)
Public Function Create (
logarithm As Boolean,
<OutAttribute> ByRef transitionMatrix As Double(,),
<OutAttribute> ByRef initialState As Double()
) As Integer
Request Example
View SourceParameters
- logarithm
- Type: SystemBoolean
- transitionMatrix
- Type: SystemDouble
- initialState
- Type: SystemDouble
Return Value
Type:
Int32Implements
ITopologyCreate(Boolean, Double, Double)See Also