Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you plan to add support for multiple dimensions? #8

Open
bitliner opened this issue May 13, 2018 · 0 comments
Open

Do you plan to add support for multiple dimensions? #8

bitliner opened this issue May 13, 2018 · 0 comments

Comments

@bitliner
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant