Skip to content

Commit be57358

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Problems/Min-Max-Normalization/learn.md

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

13-
Note : In case the input array has identical elements just return an array of the same size filled with zeros.
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.
1415
## Where:
1516
- \( X \) is the original value.
1617
- $$(X_{\min})$$ is the minimum value in the dataset.

0 commit comments

Comments
 (0)