public SplitQualityCheckersTests()
 {
     this.informationGainCalculator = new InformationGainCalculator<string>(this.shannonEntropy, this.shannonEntropy);
     this.informationGainRatioCalculator = new InformationGainRatioCalculator<string>(
         this.shannonEntropy, 
         this.shannonEntropy);
 }
 public SplitQualityCheckersTests()
 {
     this.informationGainCalculator = new InformationGainCalculator<string>(this.shannonEntropy, this.shannonEntropy);
     this.informationGainRatioCalculator = new InformationGainRatioCalculator<string>(
         this.shannonEntropy,
         this.shannonEntropy);
 }