Interface MembershipInferenceAttackScore.Builder

  • Method Details

    • attackVersion

      MembershipInferenceAttackScore.Builder attackVersion(String attackVersion)

      The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.

      Parameters:
      attackVersion - The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attackVersion

      The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.

      Parameters:
      attackVersion - The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • score

      The numerical score representing the vulnerability to membership inference attacks.

      Parameters:
      score - The numerical score representing the vulnerability to membership inference attacks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.