Interface VariableImpactExplanation.Builder

    • Method Detail

      • eventVariableName

        VariableImpactExplanation.Builder eventVariableName​(String eventVariableName)

        The event variable name.

        Parameters:
        eventVariableName - The event variable name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativeImpact

        VariableImpactExplanation.Builder relativeImpact​(String relativeImpact)

        The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.

        Parameters:
        relativeImpact - The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logOddsImpact

        VariableImpactExplanation.Builder logOddsImpact​(Float logOddsImpact)

        The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.

        • A positive value indicates that the variable drove the risk score up.

        • A negative value indicates that the variable drove the risk score down.

        Parameters:
        logOddsImpact - The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.

        • A positive value indicates that the variable drove the risk score up.

        • A negative value indicates that the variable drove the risk score down.

        Returns:
        Returns a reference to this object so that method calls can be chained together.