Package

ksb.csle.didentification.verification

check

Permalink

package check

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. check
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseLDiversityCheck extends AnyRef

    Permalink

    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.

  2. class CategoryTClosenessCheck extends AnyRef

    Permalink

    This class is a base class to check whether the anonymized data satisfies the T-closeness constraints.

  3. class CommonLDiversityCheck extends BaseLDiversityCheck

    Permalink

    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.

  4. class EntropyLDiversityCheck extends BaseLDiversityCheck

    Permalink

    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.

  5. class KAnonymityCheck extends AnyRef

    Permalink

    This class checks whether the anonymized data satisfies the common K-anonymity constraint.

  6. class ProbLDiversityCheck extends BaseLDiversityCheck

    Permalink

    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.

  7. class RecursiveLDiversityCheck extends AnyRef

    Permalink

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped