public class GnnExplainer
extends java.lang.Object
SupervisedGnnExplainer
or UnsupervisedGnnExplainer
should be used to request explanations. See GnnExplainerConfig
classes for a documentation of explainer configuration options.Modifier and Type | Method and Description |
---|---|
double |
learningRate()
Get the learning rate for the explainer.
|
boolean |
marginalize()
Get whether the explainer loss is marginalized over features.
|
int |
numOptimizationSteps()
Get the number of optimization steps for the explainer.
|
public double learningRate()
public boolean marginalize()
public int numOptimizationSteps()