Uses of Class
org.apache.wayang.basic.operators.SampleOperator.Methods
-
Packages that use SampleOperator.Methods Package Description org.apache.wayang.basic.operators org.apache.wayang.ml4all.abstraction.api org.apache.wayang.ml4all.algorithms.sgd -
-
Uses of SampleOperator.Methods in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return SampleOperator.Methods Modifier and Type Method Description SampleOperator.Methods
SampleOperator. getSampleMethod()
static SampleOperator.Methods
SampleOperator.Methods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SampleOperator.Methods[]
SampleOperator.Methods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wayang.basic.operators with parameters of type SampleOperator.Methods Modifier and Type Method Description void
SampleOperator. setSampleMethod(SampleOperator.Methods sampleMethod)
Constructors in org.apache.wayang.basic.operators with parameters of type SampleOperator.Methods Constructor Description SampleOperator(java.lang.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 Modifier and Type Method Description abstract SampleOperator.Methods
Sample. sampleMethod()
-
Uses of SampleOperator.Methods in org.apache.wayang.ml4all.algorithms.sgd
Methods in org.apache.wayang.ml4all.algorithms.sgd that return SampleOperator.Methods Modifier and Type Method Description SampleOperator.Methods
SGDSample. sampleMethod()
-