18 using System.Collections.Generic;
19 using System.ComponentModel;
23 namespace TraceLab.Components.Library.Metrics.FeatureLocation
27 [DisplayName(
"Effectiveness Best Measure")]
28 public bool EffectivenessBestMeasure {
get; set; }
30 [DisplayName(
"Effectiveness All Measure")]
31 public bool EffectivenessAllMeasure {
get; set; }