Package org.deidentifier.arx
Klasse ARXPopulationModel
java.lang.Object
org.deidentifier.arx.ARXPopulationModel
- Alle implementierten Schnittstellen:
Serializable
This class models population properties for risk estimation
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()Returns a clone of this objectstatic ARXPopulationModelcreate(int sampleSize, double samplingFraction) Creates a new instancestatic ARXPopulationModelcreate(long populationSize) Creates a new instancestatic ARXPopulationModelcreate(ARXPopulationModel.Region region) Creates a new instancelongReturns the population sizevoidmakeBackwardsCompatible(int sampleSize) Veraltet.
-
Methodendetails
-
create
Creates a new instance- Parameter:
sampleSize-samplingFraction-- Gibt zurück:
-
create
Creates a new instance- Parameter:
populationSize-- Gibt zurück:
-
create
Creates a new instance- Parameter:
region-- Gibt zurück:
-
clone
Returns a clone of this object -
getPopulationSize
public long getPopulationSize()Returns the population size- Gibt zurück:
-
getRegion
- Gibt zurück:
- the region
-
makeBackwardsCompatible
Veraltet.
-