return DiscreteFactor from DiscreteFactorFromErrors

release/4.3a0
Varun Agrawal 2025-01-21 16:35:57 -05:00
parent 47f47fedc1
commit 80d8d88fdc
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ continuousElimination(const HybridGaussianFactorGraph &factors,
* @param errors DecisionTree of (unnormalized) errors.
* @return TableFactor::shared_ptr
*/
static TableFactor::shared_ptr DiscreteFactorFromErrors(
static DiscreteFactor::shared_ptr DiscreteFactorFromErrors(
const DiscreteKeys &discreteKeys,
const AlgebraicDecisionTree<Key> &errors) {
double min_log = errors.min();