Package no.oslomet.aaas.utils
Class ARXResponseAnalyser
- java.lang.Object
-
- no.oslomet.aaas.utils.ARXResponseAnalyser
-
@Component public class ARXResponseAnalyser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ARXResponseAnalyser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetResponseAnalysisData(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)java.lang.DoublegetResponseAverageProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponseEstimatedJournalistRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponseEstimatedMarketerRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponseEstimatedProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponseHighestProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponseLowestProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModelgetResponsePopulationModel(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)doublegetResponsePopulationUniques(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)java.util.Set<java.lang.String>getResponseQuasiIdentifiers(org.deidentifier.arx.ARXResult result)doublegetResponseRecordsAffectByRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel, double risk)doublegetResponseSampleUniques(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
-
-
Method Detail
-
getResponseLowestProsecutorRisk
public double getResponseLowestProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseRecordsAffectByRisk
public double getResponseRecordsAffectByRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel, double risk)
-
getResponseAverageProsecutorRisk
public java.lang.Double getResponseAverageProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseHighestProsecutorRisk
public double getResponseHighestProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseEstimatedProsecutorRisk
public double getResponseEstimatedProsecutorRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseEstimatedJournalistRisk
public double getResponseEstimatedJournalistRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseEstimatedMarketerRisk
public double getResponseEstimatedMarketerRisk(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseSampleUniques
public double getResponseSampleUniques(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponsePopulationUniques
public double getResponsePopulationUniques(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponsePopulationModel
public org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModel getResponsePopulationModel(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
getResponseQuasiIdentifiers
public java.util.Set<java.lang.String> getResponseQuasiIdentifiers(org.deidentifier.arx.ARXResult result)
-
getResponseAnalysisData
public java.lang.String getResponseAnalysisData(org.deidentifier.arx.ARXResult result, org.deidentifier.arx.ARXPopulationModel pModel)
-
-