public class ARXPopulationModel
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ARXPopulationModel.Region
Regions
|
Modifier and Type | Method and Description |
---|---|
ARXPopulationModel |
clone()
Returns a clone of this object
|
static ARXPopulationModel |
create(ARXPopulationModel.Region region)
Creates a new instance
|
static ARXPopulationModel |
create(int sampleSize,
double samplingFraction)
Creates a new instance
|
static ARXPopulationModel |
create(long populationSize)
Creates a new instance
|
long |
getPopulationSize()
Returns the population size
|
ARXPopulationModel.Region |
getRegion() |
void |
makeBackwardsCompatible(int sampleSize)
Deprecated.
|
public static ARXPopulationModel create(int sampleSize, double samplingFraction)
sampleSize
- samplingFraction
- public static ARXPopulationModel create(long populationSize)
populationSize
- public static ARXPopulationModel create(ARXPopulationModel.Region region)
region
- public ARXPopulationModel clone()
clone
in class java.lang.Object
public long getPopulationSize()
public ARXPopulationModel.Region getRegion()
@Deprecated public void makeBackwardsCompatible(int sampleSize)