Class Sample
java.lang.Object
org.apache.wayang.ml4all.abstraction.api.LogicalOperator
org.apache.wayang.ml4all.abstraction.api.Sample
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SGDSample
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SampleOperator.Methodsabstract intlongseed(long currentIteration) Methods inherited from class org.apache.wayang.ml4all.abstraction.api.LogicalOperator
finalise, initialise
-
Constructor Details
-
Sample
public Sample()
-
-
Method Details
-
sampleSize
public abstract int sampleSize() -
sampleMethod
-
seed
public long seed(long currentIteration)
-