Interface Explanation


  • public interface Explanation
    Interface for prediction explanation.
    • Method Detail

      • getFeatureName

        String getFeatureName()
        Name of the feature.
        Returns:
        name of the feature.
      • getFeatureValue

        String getFeatureValue()
        Feature value.
        Returns:
        feature value.
      • getStrengthScore

        double getStrengthScore()
        Some abstract score based on which we selected this feature with its value.
        Returns:
        metric.
      • getStrength

        Explanation.ExplanationStrength getStrength()
        Returns intuitively understandable String that represents strength relative to all computed explanations.
        Returns:
        strength string.