Click or drag to resize

moduleFinalOverviewpotentialPrecissionChangeAvg Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets or sets the potential precission change average.

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[imbAttribute(imbAttributeName.measure_setUnit, "%")]
[imbAttribute(imbAttributeName.reporting_valueformat, "P2")]
[imbAttribute(dataPointAggregationAspect.overlapMultiTable, dataPointAggregationType.avg)]
[imbAttribute(imbAttributeName.measure_important, dataPointImportance.important)]
public double potentialPrecissionChangeAvg { get; set; }

Property Value

Type: Double
The potential precission change average.
See Also