From 5fd2b9fb2292b4d11d91b7aa46aef1ccd8ae3f7f Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 22 Mar 2021 09:37:23 -0400 Subject: [PATCH] Remove unnecessary comments. --- src/mlpack/methods/hmm/hmm.hpp | 4 ---- 1 file changed, 4 deletions(-) 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.