Class LiftStatistics.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, LiftStatisticsOrBuilder
    Enclosing class:
    LiftStatistics

    public static final class LiftStatistics.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
    implements LiftStatisticsOrBuilder
    Protobuf type tensorflow.metadata.v0.LiftStatistics
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • clear

        public LiftStatistics.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • getDefaultInstanceForType

        public LiftStatistics getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public LiftStatistics build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public LiftStatistics buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public LiftStatistics.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • setField

        public LiftStatistics.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • clearField

        public LiftStatistics.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • clearOneof

        public LiftStatistics.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • setRepeatedField

        public LiftStatistics.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • addRepeatedField

        public LiftStatistics.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • mergeFrom

        public LiftStatistics.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LiftStatistics.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • mergeFrom

        public LiftStatistics.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LiftStatistics.Builder>
        Throws:
        IOException
      • getLiftSeriesList

        public 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;
        Specified by:
        getLiftSeriesList in interface LiftStatisticsOrBuilder
      • getLiftSeriesCount

        public 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;
        Specified by:
        getLiftSeriesCount in interface LiftStatisticsOrBuilder
      • getLiftSeries

        public 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;
        Specified by:
        getLiftSeries in interface LiftStatisticsOrBuilder
      • setLiftSeries

        public LiftStatistics.Builder setLiftSeries​(int index,
                                                    LiftSeries value)
         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;
      • setLiftSeries

        public LiftStatistics.Builder setLiftSeries​(int index,
                                                    LiftSeries.Builder builderForValue)
         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;
      • addLiftSeries

        public LiftStatistics.Builder addLiftSeries​(LiftSeries value)
         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;
      • addLiftSeries

        public LiftStatistics.Builder addLiftSeries​(int index,
                                                    LiftSeries value)
         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;
      • addLiftSeries

        public LiftStatistics.Builder addLiftSeries​(LiftSeries.Builder builderForValue)
         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;
      • addLiftSeries

        public LiftStatistics.Builder addLiftSeries​(int index,
                                                    LiftSeries.Builder builderForValue)
         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;
      • addAllLiftSeries

        public LiftStatistics.Builder addAllLiftSeries​(Iterable<? extends LiftSeries> values)
         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;
      • clearLiftSeries

        public LiftStatistics.Builder clearLiftSeries()
         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;
      • removeLiftSeries

        public LiftStatistics.Builder removeLiftSeries​(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;
      • getLiftSeriesBuilder

        public LiftSeries.Builder getLiftSeriesBuilder​(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;
      • getLiftSeriesOrBuilder

        public 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;
        Specified by:
        getLiftSeriesOrBuilder in interface LiftStatisticsOrBuilder
      • getLiftSeriesOrBuilderList

        public 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;
        Specified by:
        getLiftSeriesOrBuilderList in interface LiftStatisticsOrBuilder
      • addLiftSeriesBuilder

        public LiftSeries.Builder addLiftSeriesBuilder()
         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;
      • addLiftSeriesBuilder

        public LiftSeries.Builder addLiftSeriesBuilder​(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;
      • getLiftSeriesBuilderList

        public List<LiftSeries.Builder> getLiftSeriesBuilderList()
         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

        public 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;
        Specified by:
        getWeightedLiftSeriesList in interface LiftStatisticsOrBuilder
      • getWeightedLiftSeriesCount

        public 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;
        Specified by:
        getWeightedLiftSeriesCount in interface LiftStatisticsOrBuilder
      • getWeightedLiftSeries

        public 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;
        Specified by:
        getWeightedLiftSeries in interface LiftStatisticsOrBuilder
      • setWeightedLiftSeries

        public LiftStatistics.Builder setWeightedLiftSeries​(int index,
                                                            LiftSeries value)
         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;
      • setWeightedLiftSeries

        public LiftStatistics.Builder setWeightedLiftSeries​(int index,
                                                            LiftSeries.Builder builderForValue)
         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;
      • addWeightedLiftSeries

        public LiftStatistics.Builder addWeightedLiftSeries​(LiftSeries value)
         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;
      • addWeightedLiftSeries

        public LiftStatistics.Builder addWeightedLiftSeries​(int index,
                                                            LiftSeries value)
         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;
      • addWeightedLiftSeries

        public LiftStatistics.Builder addWeightedLiftSeries​(LiftSeries.Builder builderForValue)
         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;
      • addWeightedLiftSeries

        public LiftStatistics.Builder addWeightedLiftSeries​(int index,
                                                            LiftSeries.Builder builderForValue)
         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;
      • addAllWeightedLiftSeries

        public LiftStatistics.Builder addAllWeightedLiftSeries​(Iterable<? extends LiftSeries> values)
         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;
      • clearWeightedLiftSeries

        public LiftStatistics.Builder clearWeightedLiftSeries()
         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;
      • removeWeightedLiftSeries

        public LiftStatistics.Builder removeWeightedLiftSeries​(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;
      • getWeightedLiftSeriesBuilder

        public LiftSeries.Builder getWeightedLiftSeriesBuilder​(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;
      • getWeightedLiftSeriesOrBuilder

        public 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;
        Specified by:
        getWeightedLiftSeriesOrBuilder in interface LiftStatisticsOrBuilder
      • getWeightedLiftSeriesOrBuilderList

        public 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;
        Specified by:
        getWeightedLiftSeriesOrBuilderList in interface LiftStatisticsOrBuilder
      • addWeightedLiftSeriesBuilder

        public LiftSeries.Builder addWeightedLiftSeriesBuilder()
         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;
      • addWeightedLiftSeriesBuilder

        public LiftSeries.Builder addWeightedLiftSeriesBuilder​(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;
      • getWeightedLiftSeriesBuilderList

        public List<LiftSeries.Builder> getWeightedLiftSeriesBuilderList()
         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;
      • setUnknownFields

        public final LiftStatistics.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>
      • mergeUnknownFields

        public final LiftStatistics.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LiftStatistics.Builder>