程序包 | 说明 |
---|---|
org.apache.flink.api.java.sampling |
限定符和类型 | 类和说明 |
---|---|
class |
ReservoirSamplerWithoutReplacement<T>
A simple in memory implementation of Reservoir Sampling without replacement, and with only one
pass through the input iteration whose size is unpredictable.
|
class |
ReservoirSamplerWithReplacement<T>
A simple in memory implementation of Reservoir Sampling with replacement and with only one pass
through the input iteration whose size is unpredictable.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.