Interface Analyzer

  • All Known Implementing Classes:
    ARXAnalyzer

    public interface Analyzer
    Public contract to be forfilled by data anonymization analyze classes
    • Method Detail

      • analyze

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