Interface LiftSeries.LiftValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LiftSeries.LiftValue, LiftSeries.LiftValue.Builder
    Enclosing class:
    LiftSeries

    public static interface LiftSeries.LiftValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getXInt

        int getXInt()
        int32 x_int = 1;
        Returns:
        The xInt.
      • getXString

        String getXString()
        string x_string = 2;
        Returns:
        The xString.
      • getXStringBytes

        com.google.protobuf.ByteString getXStringBytes()
        string x_string = 2;
        Returns:
        The bytes for xString.
      • getLift

        double getLift()
         P(path_y=y|path_x=x) / P(path_y=y) for x_value and the enclosing y_value.
         In terms of concrete fields, this number represents:
         (x_and_y_count / x_count) / (y_count / num_examples)
         
        double lift = 3;
        Returns:
        The lift.
      • getXCount

        long getXCount()
        uint64 x_count = 4;
        Returns:
        The xCount.
      • getWeightedXCount

        double getWeightedXCount()
        double weighted_x_count = 5;
        Returns:
        The weightedXCount.
      • getXAndYCount

        long getXAndYCount()
        uint64 x_and_y_count = 6;
        Returns:
        The xAndYCount.
      • getWeightedXAndYCount

        double getWeightedXAndYCount()
        double weighted_x_and_y_count = 7;
        Returns:
        The weightedXAndYCount.