We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1606034 commit da02380Copy full SHA for da02380
CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
* Added the SequenceSampler interface's methods to SequenceReservoirSampler.
14
* Added the SequenceSampler interface's methods to SequencePoolSampler.
15
* Added the SequenceSampler interface's methods to SequenceInsertionSampler.
16
+* Methods to sample by specifying probability of including element in sample to the classes that implement SequenceSampler
17
+ including SequenceReservoirSampler, SequencePoolSampler, SequenceInsertionSampler, and SequenceCompositeSampler.
18
19
### Changed
20
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
0 commit comments