接口 GraphAlgebra.SampleOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.SampleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.Sample.SampleTypegetSampleType()The type of samplingGraphAlgebra.Sample.SampleTypeOrBuildergetSampleTypeOrBuilder()The type of samplingOuterExpression.VariablegetSampleWeight()The variable refer to the sample weight, which is optionalOuterExpression.VariableOrBuildergetSampleWeightOrBuilder()The variable refer to the sample weight, which is optionalcom.google.protobuf.Int32ValuegetSeed()The seed for random number generator, which is optionalcom.google.protobuf.Int32ValueOrBuildergetSeedOrBuilder()The seed for random number generator, which is optionalbooleanhasSampleType()The type of samplingbooleanhasSampleWeight()The variable refer to the sample weight, which is optionalbooleanhasSeed()The seed for random number generator, which is optional
-
-
-
方法详细资料
-
hasSampleType
boolean hasSampleType()
The type of sampling
.algebra.Sample.SampleType sample_type = 1;- 返回:
- Whether the sampleType field is set.
-
getSampleType
GraphAlgebra.Sample.SampleType getSampleType()
The type of sampling
.algebra.Sample.SampleType sample_type = 1;- 返回:
- The sampleType.
-
getSampleTypeOrBuilder
GraphAlgebra.Sample.SampleTypeOrBuilder getSampleTypeOrBuilder()
The type of sampling
.algebra.Sample.SampleType sample_type = 1;
-
hasSeed
boolean hasSeed()
The seed for random number generator, which is optional
.google.protobuf.Int32Value seed = 2;- 返回:
- Whether the seed field is set.
-
getSeed
com.google.protobuf.Int32Value getSeed()
The seed for random number generator, which is optional
.google.protobuf.Int32Value seed = 2;- 返回:
- The seed.
-
getSeedOrBuilder
com.google.protobuf.Int32ValueOrBuilder getSeedOrBuilder()
The seed for random number generator, which is optional
.google.protobuf.Int32Value seed = 2;
-
hasSampleWeight
boolean hasSampleWeight()
The variable refer to the sample weight, which is optional
.common.Variable sample_weight = 3;- 返回:
- Whether the sampleWeight field is set.
-
getSampleWeight
OuterExpression.Variable getSampleWeight()
The variable refer to the sample weight, which is optional
.common.Variable sample_weight = 3;- 返回:
- The sampleWeight.
-
getSampleWeightOrBuilder
OuterExpression.VariableOrBuilder getSampleWeightOrBuilder()
The variable refer to the sample weight, which is optional
.common.Variable sample_weight = 3;
-
-