public bool Equals(BackwardsEliminationRemovedFeatureData other)
 {
     return string.Equals(FeatureName, other.FeatureName) && ErrorGain.Equals(other.ErrorGain);
 }
 public bool Equals(BackwardsEliminationRemovedFeatureData other)
 {
     return(string.Equals(FeatureName, other.FeatureName) && ErrorGain.Equals(other.ErrorGain));
 }