Searched refs:totalNumStates (Results 1 – 1 of 1) sorted by relevance
301 BigInteger totalNumStates = in calculateInformationGainWithAttributionScope() local306 if (totalNumStates.compareTo(BigInteger.ONE) <= 0) { in calculateInformationGainWithAttributionScope()309 double log2Q = DoubleMath.log2(totalNumStates.doubleValue()); in calculateInformationGainWithAttributionScope()314 - fakeProbability * DoubleMath.log2(totalNumStates.doubleValue() - 1); in calculateInformationGainWithAttributionScope()