Class AggregateAnonymizerImpl
- java.lang.Object
-
- org.molgenis.data.security.aggregation.AggregateAnonymizerImpl
-
- All Implemented Interfaces:
AggregateAnonymizer
@Component public class AggregateAnonymizerImpl extends Object implements AggregateAnonymizer
-
-
Constructor Summary
Constructors Constructor Description AggregateAnonymizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymizedAggregateResultanonymize(AggregateResult result, int threshold)
-
-
-
Method Detail
-
anonymize
public AnonymizedAggregateResult anonymize(AggregateResult result, int threshold)
- Specified by:
anonymizein interfaceAggregateAnonymizer
-
-