Click or drag to resize

moduleIterationRecordReduction Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Percentage of input targets that the module took out in this iteration (output / input) - i.e. amount of work reduction, only pozitive value is allowed

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_letter, "φ(MT) = ∆∑|FL| / |MT|")]
[imbAttribute(imbAttributeName.measure_setUnit, "%")]
[imbAttribute(imbAttributeName.reporting_valueformat, "P2")]
[imbAttribute(dataPointAggregationAspect.overlapMultiTable, dataPointAggregationType.avg)]
[imbAttribute(imbAttributeName.measure_important, dataPointImportance.important)]
public double Reduction { get; set; }

Property Value

Type: Double
See Also