Generator inference only uses Naive Bayes, regardless of FabMap flags.
Opened this issue · 0 comments
kmactavish commented
This issue discusses the generator inference function FabMap::PeqGL
.
This function behaves as expected when in Naive Bayes mode, but Lzpq
should be used in the inference when in Chow Liu mode.
Internally, the function should use PzqGzpqeq
instead of PzqGeq
when in Chow Liu mode, where PzqGzpqeq
would refactor some of what is currently happening in PzqGzpqL
.