Package org.tensorflow.metadata.v0
Interface CrossFeatureStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrossFeatureStatistics,CrossFeatureStatistics.Builder
public interface CrossFeatureStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategoricalCrossStatisticsgetCategoricalCrossStats().tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;CategoricalCrossStatisticsOrBuildergetCategoricalCrossStatsOrBuilder().tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;longgetCount()Number of occurrences of this feature cross in the data.CrossFeatureStatistics.CrossStatsCasegetCrossStatsCase()NumericCrossStatisticsgetNumCrossStats().tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;NumericCrossStatisticsOrBuildergetNumCrossStatsOrBuilder().tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;PathgetPathX()The path of feature x.PathOrBuildergetPathXOrBuilder()The path of feature x.PathgetPathY()The path of feature y.PathOrBuildergetPathYOrBuilder()The path of feature y.booleanhasCategoricalCrossStats().tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;booleanhasNumCrossStats().tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;booleanhasPathX()The path of feature x.booleanhasPathY()The path of feature y.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPathX
boolean hasPathX()
The path of feature x.
.tensorflow.metadata.v0.Path path_x = 1;- Returns:
- Whether the pathX field is set.
-
getPathX
Path getPathX()
The path of feature x.
.tensorflow.metadata.v0.Path path_x = 1;- Returns:
- The pathX.
-
getPathXOrBuilder
PathOrBuilder getPathXOrBuilder()
The path of feature x.
.tensorflow.metadata.v0.Path path_x = 1;
-
hasPathY
boolean hasPathY()
The path of feature y.
.tensorflow.metadata.v0.Path path_y = 2;- Returns:
- Whether the pathY field is set.
-
getPathY
Path getPathY()
The path of feature y.
.tensorflow.metadata.v0.Path path_y = 2;- Returns:
- The pathY.
-
getPathYOrBuilder
PathOrBuilder getPathYOrBuilder()
The path of feature y.
.tensorflow.metadata.v0.Path path_y = 2;
-
getCount
long getCount()
Number of occurrences of this feature cross in the data. If any of the features in the cross is missing, the example is ignored.
uint64 count = 3;- Returns:
- The count.
-
hasNumCrossStats
boolean hasNumCrossStats()
.tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;- Returns:
- Whether the numCrossStats field is set.
-
getNumCrossStats
NumericCrossStatistics getNumCrossStats()
.tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;- Returns:
- The numCrossStats.
-
getNumCrossStatsOrBuilder
NumericCrossStatisticsOrBuilder getNumCrossStatsOrBuilder()
.tensorflow.metadata.v0.NumericCrossStatistics num_cross_stats = 4;
-
hasCategoricalCrossStats
boolean hasCategoricalCrossStats()
.tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;- Returns:
- Whether the categoricalCrossStats field is set.
-
getCategoricalCrossStats
CategoricalCrossStatistics getCategoricalCrossStats()
.tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;- Returns:
- The categoricalCrossStats.
-
getCategoricalCrossStatsOrBuilder
CategoricalCrossStatisticsOrBuilder getCategoricalCrossStatsOrBuilder()
.tensorflow.metadata.v0.CategoricalCrossStatistics categorical_cross_stats = 5;
-
getCrossStatsCase
CrossFeatureStatistics.CrossStatsCase getCrossStatsCase()
-
-