| 
            
              ITopologyCreate 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
Syntaxint Create(
	bool logarithm,
	out double[,] transitionMatrix,
	out double[] initialState
)
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: 
Int32
See Also