diff --git a/src/mlpack/methods/hmm/hmm.hpp b/src/mlpack/methods/hmm/hmm.hpp index 932382f41e..164a1390f4 100644 --- a/src/mlpack/methods/hmm/hmm.hpp +++ b/src/mlpack/methods/hmm/hmm.hpp @@ -441,8 +441,6 @@ class HMM protected: /** * Given emission probabilities, computes forward probabilities at time t=0. - * The template parameter allows passing an Armadillo subview without - * instantiating it. * * @param emissionLogProb Emission probability at time t=0. * @param logScales Vector in which the log of scaling factors will be saved. @@ -453,8 +451,6 @@ class HMM /** * Given emission probabilities, computes forward probabilities for time t>0. - * The template parameter allows passing an Armadillo subview without - * instantiating it. * * @param emissionLogProb Emission probability at time t>0. * @param logScales Vector in which the log of scaling factors will be saved.