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 be57358 commit bb2e5bdCopy full SHA for bb2e5bd
Problems/Min-Max-Normalization/learn.md
@@ -10,8 +10,9 @@ $$
10
X' = \frac{X - X_{\min}}{X_{\max} - X_{\min}}
11
$$
12
13
-Note 1 : In case the input array has identical elements just return an array of the same size filled with zeros.
14
-Note 2 : Round the resultant values upto the 4th decimal place.
+- Note 1 : In case the input array has identical elements just return an array of the same size filled with zeros.
+- Note 2 : Round the resultant values upto the 4th decimal place.
15
+
16
## Where:
17
- \( X \) is the original value.
18
- $$(X_{\min})$$ is the minimum value in the dataset.
0 commit comments