Skip to content

Commit bb2e5bd

Browse files
authored
Update learn.md
1 parent be57358 commit bb2e5bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Problems/Min-Max-Normalization/learn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ $$
1010
X' = \frac{X - X_{\min}}{X_{\max} - X_{\min}}
1111
$$
1212

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.
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.
15+
1516
## Where:
1617
- \( X \) is the original value.
1718
- $$(X_{\min})$$ is the minimum value in the dataset.

0 commit comments

Comments
 (0)