Class JavaRandomSampleOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaRandomSampleOperator<Type> extends SampleOperator<Type> implements JavaExecutionOperator
Java implementation of the JavaRandomSampleOperator. This sampling method is with replacement (i.e., duplicates may appear in the sample).
See Also: