Interface SampledShapleyAttributionOrBuilder (3.36.0)

public interface SampledShapleyAttributionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPathCount()

public abstract 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
TypeDescription
int

The pathCount.