Table of Contents

Property TransitionMask

Namespace
Bonsai.ML.HiddenMarkovModels.Transitions
Assembly
Bonsai.ML.HiddenMarkovModels.dll

TransitionMask

The mask which gets applied to the transition matrix to prohibit certain transitions. It must be written in JSON format as an int[,] with the same shape as the transition matrix (nStates x nStates). For example, the mask [[1, 0], [1, 1]] is valid and would prohibit transitions from state 0 to state 1.

public string TransitionMask { get; set; }

Property Value

string