| 44 | |
| 45 | enum class ErrorModelMixtureType {None, MaxMix, SumMix, SumMixSpecial, MaxSumMix}; |
| 46 | enum class ErrorModelTuningType {None, EM, EM_MAP, VBI}; |
| 47 | |
| 48 | enum class SolutionType {None, Batch, Smoother, SmootherRT, Window, Filter}; |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected