RareEventProbabilityEstimationContextRareEventPerformanceBoundedness Property
Gets a constant specifying if the rare event is a
set of states whose performances are lower or upper bounded
by the
ThresholdLevel of this instance.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public RareEventPerformanceBoundedness RareEventPerformanceBoundedness { get; }
Public ReadOnly Property RareEventPerformanceBoundedness As RareEventPerformanceBoundedness
Get
public:
property RareEventPerformanceBoundedness RareEventPerformanceBoundedness {
RareEventPerformanceBoundedness get ();
}
member RareEventPerformanceBoundedness : RareEventPerformanceBoundedness with get
Property Value
RareEventPerformanceBoundednessLower if the
performances of interest are lower bounded; otherwise,
Upper.