Click or drag to resize
Accord.NET (logo)

CustomCreate 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
)
Request Example View Source

Parameters

logarithm
Type: SystemBoolean
transitionMatrix
Type: SystemDouble
initialState
Type: SystemDouble

Return Value

Type: Int32

Implements

ITopologyCreate(Boolean, Double, Double)
See Also