Interface CategoricalCrossStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LiftStatistics getLift()
      .tensorflow.metadata.v0.LiftStatistics lift = 1;
      LiftStatisticsOrBuilder getLiftOrBuilder()
      .tensorflow.metadata.v0.LiftStatistics lift = 1;
      boolean hasLift()
      .tensorflow.metadata.v0.LiftStatistics lift = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLift

        boolean hasLift()
        .tensorflow.metadata.v0.LiftStatistics lift = 1;
        Returns:
        Whether the lift field is set.
      • getLift

        LiftStatistics getLift()
        .tensorflow.metadata.v0.LiftStatistics lift = 1;
        Returns:
        The lift.