Releases: gstamatelat/random-sampling
Releases · gstamatelat/random-sampling
Version 0.18
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.18</version>
</dependency>
Documentation
Changelog
- #40 Implement
RandomSamplingUtils.randomSelection
Version 0.17
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.17</version>
</dependency>
Documentation
Changelog
- #39 Allow protected access to
AbstractRandomSampling
fields and methods
Version 0.16
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.16</version>
</dependency>
Documentation
Changelog
- #36 Implement
ParetoSampling
- #37 Implement algorithm specific default weights
Version 0.15
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.15</version>
</dependency>
Documentation
Changelog
- #35 Implement
SequentialPoissonSampling
Version 0.14
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.14</version>
</dependency>
Documentation
Changelog
- #32 Implement
LiLSamplingThreadSafe
as a thread-safe variant of LiLSampling
Version 0.13
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.13</version>
</dependency>
Documentation
Changelog
- #28 Add constructors without
Random
argument
Version 0.12
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.12</version>
</dependency>
Documentation
Changelog
Version 0.11
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.11</version>
</dependency>
Documentation
Changelog
- #25 Javadoc: open external links in new tab
Version 0.10
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.10</version>
</dependency>
Documentation
Changelog
- #24
ChaoSampling
doesn't throw StreamOverflowException
on Long.MAX_VALUE
Version 0.9
Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.9</version>
</dependency>
Documentation
Changelog
- #22 Implement algorithm L by Li as
LiLSampling