Uses of Enum Class
org.apache.wayang.basic.operators.SampleOperator.Methods
Packages that use SampleOperator.Methods
Package
Description
-
Uses of SampleOperator.Methods in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return SampleOperator.MethodsModifier and TypeMethodDescriptionSampleOperator.getSampleMethod()static SampleOperator.MethodsReturns the enum constant of this class with the specified name.static SampleOperator.Methods[]SampleOperator.Methods.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wayang.basic.operators with parameters of type SampleOperator.MethodsModifier and TypeMethodDescriptionvoidSampleOperator.setSampleMethod(SampleOperator.Methods sampleMethod) Constructors in org.apache.wayang.basic.operators with parameters of type SampleOperator.MethodsModifierConstructorDescriptionSampleOperator(Integer sampleSize, DataSetType<Type> type, SampleOperator.Methods sampleMethod, long seed) Creates a new instance given the sample size and the seed.SampleOperator(FunctionDescriptor.SerializableIntUnaryOperator sampleSizeFunction, DataSetType<Type> type, SampleOperator.Methods sampleMethod) Creates a new instance given the sample size and the method.SampleOperator(FunctionDescriptor.SerializableIntUnaryOperator sampleSizeFunction, DataSetType<Type> type, SampleOperator.Methods sampleMethod, long seed) Creates a new instance given a user-defined sample size.SampleOperator(FunctionDescriptor.SerializableIntUnaryOperator sampleSizeFunction, DataSetType<Type> type, SampleOperator.Methods sampleMethod, FunctionDescriptor.SerializableLongUnaryOperator seedFunction) Creates a new instance given user-defined sample size and seed methods. -
Uses of SampleOperator.Methods in org.apache.wayang.ml4all.abstraction.api
Methods in org.apache.wayang.ml4all.abstraction.api that return SampleOperator.Methods -
Uses of SampleOperator.Methods in org.apache.wayang.ml4all.algorithms.sgd
Methods in org.apache.wayang.ml4all.algorithms.sgd that return SampleOperator.Methods