Uses of Class
no.nav.arxaas.model.risk.AttributeRisk
-
Packages that use AttributeRisk Package Description no.nav.arxaas.analyzer no.nav.arxaas.model.risk -
-
Uses of AttributeRisk in no.nav.arxaas.analyzer
Methods in no.nav.arxaas.analyzer that return AttributeRisk Modifier and Type Method Description private AttributeRiskARXAnalyzer. attributeRisk(org.deidentifier.arx.DataHandle dataToAnalyse, org.deidentifier.arx.ARXPopulationModel pModel) -
Uses of AttributeRisk in no.nav.arxaas.model.risk
Fields in no.nav.arxaas.model.risk declared as AttributeRisk Modifier and Type Field Description private AttributeRiskRiskProfile. attributeRiskMethods in no.nav.arxaas.model.risk that return AttributeRisk Modifier and Type Method Description static AttributeRiskAttributeRisk. create(org.deidentifier.arx.DataHandle dataToAnalyse, org.deidentifier.arx.ARXPopulationModel pModel)Creates a object with type AttributeRisk containing a list of distinction and separation risks for each combination of the quasi-identifying attributes.AttributeRiskRiskProfile. getAttributeRisk()Constructors in no.nav.arxaas.model.risk with parameters of type AttributeRisk Constructor Description RiskProfile(ReIdentificationRisk reIdentificationRisk, DistributionOfRisk distributionOfRisk, AttributeRisk quasiIdentifierRisk)
-