Klasse PopulationUniqueness

Alle implementierten Schnittstellen:
Serializable

public class PopulationUniqueness extends RiskBasedCriterion
This criterion ensures that the population uniqueness falls below a given threshold.
Siehe auch:
  • Konstruktordetails

    • PopulationUniqueness

      public PopulationUniqueness(double riskThreshold, ARXPopulationModel populationModel)
      Creates a new instance of this criterion. Uses Dankar's method for estimating population uniqueness. This constructor will clone the population model, making further changes to it will not influence the results. The default accuracy is 10e-6 and the default maximal number of iterations is 1000.
      Parameter:
      riskThreshold -
      populationModel -
    • PopulationUniqueness

      public PopulationUniqueness(double riskThreshold, ARXPopulationModel populationModel, ARXSolverConfiguration config)
      Creates a new instance of this criterion. Uses Dankar's method for estimating population uniqueness. This constructor will clone the population model, making further changes to it will not influence the results.
      Parameter:
      riskThreshold -
      populationModel -
      config -
    • PopulationUniqueness

      public PopulationUniqueness(double riskThreshold, RiskModelPopulationUniqueness.PopulationUniquenessModel statisticalModel, ARXPopulationModel populationModel)
      Creates a new instance of this criterion. Uses the specified method for estimating population uniqueness. This constructor will clone the population model, making further changes to it will not influence the results.
      Parameter:
      riskThreshold -
      statisticalModel -
      populationModel -
    • PopulationUniqueness

      public PopulationUniqueness(double riskThreshold, RiskModelPopulationUniqueness.PopulationUniquenessModel statisticalModel, ARXPopulationModel populationModel, ARXSolverConfiguration config)
      Creates a new instance of this criterion. Uses the specified method for estimating population uniqueness. This constructor will clone the population model, making further changes to it will not influence the results. The default accuracy is 10e-6 and the default maximal number of iterations is 1000.
      Parameter:
      riskThreshold -
      statisticalModel -
      populationModel -
      config -
  • Methodendetails