Interface Analyser

  • All Known Implementing Classes:
    ARXAnalyser

    public interface Analyser
    Public contract to be forfilled by data anonymization analyse classes
    • Method Detail

      • analyse

        AnalysisResult analyse​(AnalysationPayload payload)
        Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.
        Parameters:
        payload - AnalysationPayload containing the data to be analysed and parameters for the analysation process
        Returns:
        AnalysisResult object containing the metrics for the provided data