7.3.10. mclearn.heuristics.compute_pool_entropy

mclearn.heuristics.compute_pool_entropy(pi)[source]

Estimate the variance of the pool.

Parameters:pi (array) – The probability matrix predicted by the classifier.
Returns:entropy – The estimated entropy on the pool.
Return type:float