Interface LiftStatisticsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LiftStatistics, LiftStatistics.Builder

    public interface LiftStatisticsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getLiftSeriesList

        List<LiftSeries> getLiftSeriesList()
         Lift information for each value of path_y. Lift is defined for each pair of
         values (x,y) as P(path_y=y|path_x=x)/P(path_y=y).
         
        repeated .tensorflow.metadata.v0.LiftSeries lift_series = 1;
      • getLiftSeries

        LiftSeries getLiftSeries​(int index)
         Lift information for each value of path_y. Lift is defined for each pair of
         values (x,y) as P(path_y=y|path_x=x)/P(path_y=y).
         
        repeated .tensorflow.metadata.v0.LiftSeries lift_series = 1;
      • getLiftSeriesCount

        int getLiftSeriesCount()
         Lift information for each value of path_y. Lift is defined for each pair of
         values (x,y) as P(path_y=y|path_x=x)/P(path_y=y).
         
        repeated .tensorflow.metadata.v0.LiftSeries lift_series = 1;
      • getLiftSeriesOrBuilderList

        List<? extends LiftSeriesOrBuilder> getLiftSeriesOrBuilderList()
         Lift information for each value of path_y. Lift is defined for each pair of
         values (x,y) as P(path_y=y|path_x=x)/P(path_y=y).
         
        repeated .tensorflow.metadata.v0.LiftSeries lift_series = 1;
      • getLiftSeriesOrBuilder

        LiftSeriesOrBuilder getLiftSeriesOrBuilder​(int index)
         Lift information for each value of path_y. Lift is defined for each pair of
         values (x,y) as P(path_y=y|path_x=x)/P(path_y=y).
         
        repeated .tensorflow.metadata.v0.LiftSeries lift_series = 1;
      • getWeightedLiftSeriesList

        List<LiftSeries> getWeightedLiftSeriesList()
         Weighted lift information for each value of path_y. Weighted lift is
         defined for each pair of values (x,y) as P(path_y=y|path_x=x)/P(path_y=y)
         where probabilities are computed over weighted example space.
         
        repeated .tensorflow.metadata.v0.LiftSeries weighted_lift_series = 2;
      • getWeightedLiftSeries

        LiftSeries getWeightedLiftSeries​(int index)
         Weighted lift information for each value of path_y. Weighted lift is
         defined for each pair of values (x,y) as P(path_y=y|path_x=x)/P(path_y=y)
         where probabilities are computed over weighted example space.
         
        repeated .tensorflow.metadata.v0.LiftSeries weighted_lift_series = 2;
      • getWeightedLiftSeriesCount

        int getWeightedLiftSeriesCount()
         Weighted lift information for each value of path_y. Weighted lift is
         defined for each pair of values (x,y) as P(path_y=y|path_x=x)/P(path_y=y)
         where probabilities are computed over weighted example space.
         
        repeated .tensorflow.metadata.v0.LiftSeries weighted_lift_series = 2;
      • getWeightedLiftSeriesOrBuilderList

        List<? extends LiftSeriesOrBuilder> getWeightedLiftSeriesOrBuilderList()
         Weighted lift information for each value of path_y. Weighted lift is
         defined for each pair of values (x,y) as P(path_y=y|path_x=x)/P(path_y=y)
         where probabilities are computed over weighted example space.
         
        repeated .tensorflow.metadata.v0.LiftSeries weighted_lift_series = 2;
      • getWeightedLiftSeriesOrBuilder

        LiftSeriesOrBuilder getWeightedLiftSeriesOrBuilder​(int index)
         Weighted lift information for each value of path_y. Weighted lift is
         defined for each pair of values (x,y) as P(path_y=y|path_x=x)/P(path_y=y)
         where probabilities are computed over weighted example space.
         
        repeated .tensorflow.metadata.v0.LiftSeries weighted_lift_series = 2;