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