leerho opened a new pull request, #540:
URL: https://github.com/apache/datasketches-java/pull/540
Changes by Class:
Note: the corresponding floats and doubles classes match line-by-line to
make checking and troubleshooting easier.
**/kll/**
- KllDoublesSketch -> KllFloatsSketch
- Added the Create Sorted View methods from the sorted view class
- Added the weighted updates + vector update methods
- KllHeapDoublesSketch -> KllHeapFloatsSketch
- Added required changes for the vector update methods
- KllDirectDoublesSketch -> KllDirectFloatsSketch
- Added required changes for the vector update methods
- KllDoublesHelper (remove 1 code comment, change 1 variable name) ->
KllFloatsHelper
- Added required changes for the vector update methods
- KllFloatsSketchSortedView -> quantilescommon/FloatsSketchSortedView //to
be shared with REQ
**/quantilescommon/**
- DoublesSketchSortedView (1 comment change) -> FloatsSketchSortedView
- ItemsSketchSortedView (1 comment change)
**/test/.../common/**
- TestUtil: (Reference change in 2 places)
**/test/.../kll/**
- KllDirectDoublesSketchTest (moved 1 method) -> KllDirectFloatsSketchTest
- added vector tests
- KllDoublesSketchSerDeTest -> KllFloatsSketchSerDeTest
- added line spacings to match
- KllDoublesSketchTest -> KllFloatsSketchTest
- added vector tests
**/test/.../quantilescommon/**
- CrossCheckQuantilesTest: 4 minor changes required
- ReflectUtilityTest: 1 minor change required
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]