We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0198a commit 9903955Copy full SHA for 9903955
include/wif/combinators/binaryDSTCombinator.hpp
@@ -31,7 +31,7 @@ class BinaryDSTCombinator : public Combinator {
31
* together and the resulting probability of the positive hypothesis is returned.
32
*
33
* @param valuesToCombine vector of doubles to combine
34
- * @return double DST combination of input values
+ * @return double belief of the positive hypothesis after DST combination
35
*/
36
double combine(const std::vector<double>& valuesToCombine) override;
37
};
0 commit comments