Interface SampledShapleyAttributionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SampledShapleyAttribution, SampledShapleyAttribution.Builder

    public interface SampledShapleyAttributionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPathCount()
      Required.
      • 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

      • getPathCount

        int getPathCount()
         Required. The number of feature permutations to consider when approximating
         the Shapley values.
        
         Valid range of its value is [1, 50], inclusively.
         
        int32 path_count = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The pathCount.