Skip to content

Commit

Permalink
Export algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Oct 9, 2024
1 parent 2c26a20 commit 852a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamSampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using StatsBase

export fit!, merge!, value, ordvalue, nobs, itsample
export AbstractReservoirSample, ReservoirSample, StreamSample
export AlgL, AlgR, AlgRSWRSKIP, AlgARes, AlgAExpJ, AlgWRSWRSKIP
export AlgL, AlgR, AlgRSWRSKIP, AlgARes, AlgAExpJ, AlgWRSWRSKIP, AlgORDS, AlgORDSWR

struct ImmutSample end
struct MutSample end
Expand Down

0 comments on commit 852a1b0

Please sign in to comment.