ksb.csle.didentification.verification.check
Returns the k-anonymity value.
Returns the k-anonymity value.
The source dataframe
The array of column names
Double return the k-anonymity value.
Checks the calculated k-anonymity value of 'src' dataframe is bigger than the given k-anonymity value.
Checks the calculated k-anonymity value of 'src' dataframe is bigger than the given k-anonymity value.
The source dataframe
The array of column names
The given k-anonymity value
Boolean return true if the calculated k-anonymity value is bigger than the given one.
This class checks whether the anonymized data satisfies the common K-anonymity constraint.