PolicySpec

class PolicySpec

Contains all policy parameters, if any.

__init__(fixed_resolution: int)[source]

Construct the policy spec.

Parameters

fixed_resolutionint

The rank interval strata should be retained at. The uncertainty of MRCA estimates provided under the fixed resolution policy will always be strictly less than this cap.

Methods

static GetAlgoIdentifier() str[source]

Get programatic name for underlying retention algorithm.

static GetAlgoTitle() str[source]

Get human-readable name for underlying retention algorithm.

GetEvalCtor() str[source]
GetFixedResolution() int[source]
__init__(fixed_resolution: int)[source]

Construct the policy spec.

Parameters

fixed_resolutionint

The rank interval strata should be retained at. The uncertainty of MRCA estimates provided under the fixed resolution policy will always be strictly less than this cap.

__repr__() str[source]

Return repr(self).

__str__() str[source]

Return str(self).