static ClarifyShapConfig.Builder |
ClarifyShapConfig.builder() |
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.numberOfSamples(Integer numberOfSamples) |
The number of samples to be used for analysis by the Kernal SHAP algorithm.
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.seed(Integer seed) |
The starting value used to initialize the random number generator in the explainer.
|
default ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.shapBaselineConfig(Consumer<ClarifyShapBaselineConfig.Builder> shapBaselineConfig) |
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.shapBaselineConfig(ClarifyShapBaselineConfig shapBaselineConfig) |
The configuration for the SHAP baseline of the Kernal SHAP algorithm.
|
default ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.textConfig(Consumer<ClarifyTextConfig.Builder> textConfig) |
A parameter that indicates if text features are treated as text and explanations are provided for individual
units of text.
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.textConfig(ClarifyTextConfig textConfig) |
A parameter that indicates if text features are treated as text and explanations are provided for individual
units of text.
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.toBuilder() |
|
ClarifyShapConfig.Builder |
ClarifyShapConfig.Builder.useLogit(Boolean useLogit) |
A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model
predictions.
|