trait LiftStatisticsOrBuilder extends MessageOrBuilder
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiftStatisticsOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getLiftSeries(index: Int): LiftSeries
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).
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;
- abstract def getLiftSeriesCount(): Int
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).
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;
- abstract def getLiftSeriesList(): List[LiftSeries]
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).
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;
- abstract def getLiftSeriesOrBuilder(index: Int): LiftSeriesOrBuilder
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).
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;
- abstract def getLiftSeriesOrBuilderList(): List[_ <: LiftSeriesOrBuilder]
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).
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;
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def getWeightedLiftSeries(index: Int): LiftSeries
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.
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;
- abstract def getWeightedLiftSeriesCount(): Int
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.
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;
- abstract def getWeightedLiftSeriesList(): List[LiftSeries]
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.
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;
- abstract def getWeightedLiftSeriesOrBuilder(index: Int): LiftSeriesOrBuilder
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.
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;
- abstract def getWeightedLiftSeriesOrBuilderList(): List[_ <: LiftSeriesOrBuilder]
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.
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;
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder