Append the minimum and maximum values of ref_data
into
test_data
. This is to ensure that the same scaling to the ref_data
will
be applied to test_data
in subsequent computation
1 | add_min_max(test_data, ref_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.