Support dimensions setting on "regression", "clustering", "histogram", which enable choosing some of the dimensions of the input data to take part in calculation, and the rest of the dimensions will carry over to the result data.
Support two-dimension array in "histogram".
Fix and enhancement:
Fix test case format.
For some data, error will be thrown when calculate quantity exponent.
Change list:
Feature:
README.md
. The test case are listed in https://github.com/ecomfe/echarts-stat/tree/transfrom/test/transform.dimensions
setting on "regression", "clustering", "histogram", which enable choosing some of the dimensions of the input data to take part in calculation, and the rest of the dimensions will carry over to the result data.Fix and enhancement: