This is an automated email from the ASF dual-hosted git repository.
alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git.
from 756fb97 Minor: Removed suppress synthetic accessor.
add cb82e09 move KS test from Util to its own class
new ab0649e Merge pull request #354 from apache/move_ks_test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../datasketches/quantiles/KolmogorovSmirnov.java | 111 +++++++++++++++++
.../org/apache/datasketches/quantiles/Util.java | 84 ++-----------
.../quantiles/KolmogorovSmirnovTest.java | 134 +++++++++++++++++++++
.../apache/datasketches/quantiles/UtilTest.java | 89 --------------
4 files changed, 253 insertions(+), 165 deletions(-)
create mode 100644
src/main/java/org/apache/datasketches/quantiles/KolmogorovSmirnov.java
create mode 100644
src/test/java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]