Package no.oslomet.aaas.analyzer
Interface Analyzer
-
- All Known Implementing Classes:
ARXAnalyzer
public interface AnalyzerPublic contract to be forfilled by data anonymization analyze classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiskProfileanalyze(Request payload)Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.
-
-
-
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
-
-