Remove unnecessary comments.

This commit is contained in:
Ryan Curtin
2021-03-22 09:37:23 -04:00
parent 26cee1278f
commit 5fd2b9fb22
-4
View File
@@ -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.