Class GnnExplainer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • numOptimizationSteps

        public int numOptimizationSteps()
        Get the number of optimization steps for the explainer.
        Returns:
        number of optimization steps
        Since:
        22.2
      • learningRate

        public double learningRate()
        Get the learning rate for the explainer.
        Returns:
        learning rate
        Since:
        22.2
      • marginalize

        public boolean marginalize()
        Get whether the explainer loss is marginalized over features.
        Returns:
        true if loss is marginalized, false otherwise
        Since:
        22.2