Searched refs:weightedEntropy (Results 1 – 1 of 1) sorted by relevance
1014 double weightedEntropy = 0; in checkTresBiEntropy() local1020 weightedEntropy += calculateShannonEntropy(probabilityOfSetBit) * logTwo(i+2); in checkTresBiEntropy()1024 double tresBiEntropy = (1 / weightingFactor) * weightedEntropy; in checkTresBiEntropy()