public Decode ( int observations, bool logarithm, double &probability ) : int[] | ||
observations | int | A sequence of observations. |
logarithm | bool | True to return the log-likelihood, false to return /// the likelihood. Default is false (default is to return the likelihood). |
probability | double | The state optimized probability. |
Résultat | int[] |