public interface FeaturePresenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMinCount()
Minimum number of examples that have this feature.
|
double |
getMinFraction()
Minimum fraction of examples that have this feature.
|
boolean |
hasMinCount()
Minimum number of examples that have this feature.
|
boolean |
hasMinFraction()
Minimum fraction of examples that have this feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinFraction()
Minimum fraction of examples that have this feature.
optional double min_fraction = 1;double getMinFraction()
Minimum fraction of examples that have this feature.
optional double min_fraction = 1;boolean hasMinCount()
Minimum number of examples that have this feature.
optional int64 min_count = 2;long getMinCount()
Minimum number of examples that have this feature.
optional int64 min_count = 2;Copyright © 2020 Gojek. All rights reserved.