Package org.tensorflow.metadata.v0
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetLift()P(path_y=y|path_x=x) / P(path_y=y) for x_value and the enclosing y_value.doublegetWeightedXAndYCount()double weighted_x_and_y_count = 7;doublegetWeightedXCount()double weighted_x_count = 5;longgetXAndYCount()uint64 x_and_y_count = 6;LiftSeries.LiftValue.XAndYCountValueCasegetXAndYCountValueCase()longgetXCount()uint64 x_count = 4;LiftSeries.LiftValue.XCountValueCasegetXCountValueCase()intgetXInt()int32 x_int = 1;StringgetXString()string x_string = 2;com.google.protobuf.ByteStringgetXStringBytes()string x_string = 2;LiftSeries.LiftValue.XValueCasegetXValueCase()-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getXValueCase
LiftSeries.LiftValue.XValueCase getXValueCase()
-
getXCountValueCase
LiftSeries.LiftValue.XCountValueCase getXCountValueCase()
-
getXAndYCountValueCase
LiftSeries.LiftValue.XAndYCountValueCase getXAndYCountValueCase()
-
-