The example in the README refers to:
- 1 variable: the array (of data points) used for the example
- 1 dimension: each element of the array ( = each data point) is just one value)
A variable in multiple dimensions have - for each data point - multiple values.
Something like:
const arr = [ [1,1,1] , [1,1,1] , [100,100,100] , ...]
Do you plan to add support for this?
The example in the README refers to:
A variable in multiple dimensions have - for each data point - multiple values.
Something like:
Do you plan to add support for this?