This class is a base class to check whether the anonymized data satisfies the L-diversity constraints.
This class is a base class to check whether the anonymized data satisfies the L-diversity constraints. Note that there are some variants of L-diversity. Currently, common l-diversity, entropy l-diversity, probabilistic l-diversity, and recursive C-L diversity are implemented.
This class is a base class to check whether the anonymized data satisfies the T-closeness constraints.
This class checks whether the anonymized data satisfies the common L-diversity constraint.
This class checks whether the anonymized data satisfies the common L-diversity constraint. Note that this class checks the l-diversity value in an single equivalence class, not the dataframe.
This class checks whether the anonymized data satisfies the entropy L-diversity constraint.Note that this class checks the l-diversity value in an single equivalence class, not the dataframe.
This class checks whether the anonymized data satisfies the common K-anonymity constraint.
This class checks whether the anonymized data satisfies the probabilistic L-diversity constraint.
This class checks whether the anonymized data satisfies the probabilistic L-diversity constraint. Note that this class checks the l-diversity value in an single equivalence class, not the dataframe.
This class checks whether the anonymized data satisfies the recursive L-diversity constraint.Note that this class checks the l-diversity value in an single equivalence class, not the dataframe.