Accord.Statistics.Models.Markov.Learning.BaseBaumWelchLearning.ComputeKsi C# (CSharp) Méthode

ComputeKsi() protected abstract méthode

Computes the ksi matrix of probabilities for a given observation referenced by its index in the input training data.
protected abstract ComputeKsi ( int index, double lnFwd, double lnBwd ) : void
index int The index of the observation in the input training data.
lnFwd double The matrix of forward probabilities for the observation.
lnBwd double The matrix of backward probabilities for the observation.
Résultat void
        protected abstract void ComputeKsi(int index, double[,] lnFwd, double[,] lnBwd);