Skip to content

Commit f3f54cf

Browse files
sfilipishauheen
authored andcommitted
Changing the format of the formula to LaTeX (#3448)
1 parent 10208cb commit f3f54cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Transforms/MutualInformationFeatureSelection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Microsoft.ML.Transforms
3535
///
3636
/// Formally, the mutual information can be written as:
3737
///
38-
/// MI(X,Y) = E[log(P(x,y)) - log(P(x)) - log(P(y))]
38+
/// $\text{MI}(X,Y) = E_{x,y}[\log(P(x,y)) - \log(P(x)) - \log(P(y))]$ where $x$ and $y$ are observations of random variables $X$ and $Y$.
3939
///
4040
/// where the expectation E is taken over the joint distribution of X and Y.
4141
/// Here P(x, y) is the joint probability density function of X and Y, P(x) and P(y) are the marginal probability density functions of X and Y respectively.

0 commit comments

Comments
 (0)