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 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;