Skip to content

Commit

Permalink
Remove redundant doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Sep 13, 2024
1 parent bf00ca8 commit fcc26e5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gtsam/hybrid/tests/testGaussianMixtureFactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,16 +436,6 @@ HybridBayesNet CreateBayesNet(
return hbn;
}

/**
* @brief Approximates the discrete marginal P(m1) using importance sampling.
* @note Not typically called as expensive, but values are used in the tests.
*
* @param hbn The hybrid Bayesian network.
* @param hybridMotionModel The hybrid motion model.
* @param given Observed values for variables.
* @param N Number of samples for importance sampling.
* @return std::pair<double, double> Probabilities for m1 = 0 and m1 = 1.
*/
/// Approximate the discrete marginal P(m1) using importance sampling
std::pair<double, double> approximateDiscreteMarginal(
const HybridBayesNet& hbn,
Expand Down

0 comments on commit fcc26e5

Please sign in to comment.