Skip to content

Commit 9903955

Browse files
committed
WIF - Combinators - Documentation enhancement
1 parent 9c0198a commit 9903955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wif/combinators/binaryDSTCombinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class BinaryDSTCombinator : public Combinator {
3131
* together and the resulting probability of the positive hypothesis is returned.
3232
*
3333
* @param valuesToCombine vector of doubles to combine
34-
* @return double DST combination of input values
34+
* @return double belief of the positive hypothesis after DST combination
3535
*/
3636
double combine(const std::vector<double>& valuesToCombine) override;
3737
};

0 commit comments

Comments
 (0)