Exemplo n.º 1
0
 protected void AddInitialStateProbability(string state, double defaultValue)
 {
     InitialState.Add(state, defaultValue);
 }