Fixed documentation in information_gain.hpp.

Fixed a small typo :)
This commit is contained in:
Rishabh Garg
2021-03-16 22:13:18 +05:30
committed by GitHub
parent 3d0e439d49
commit b009aad23d
@@ -26,7 +26,7 @@ class InformationGain
{
public:
/**
* Evaluate the Gini impurity given a vector of class weight counts.
* Evaluate the information gain given a vector of class weight counts.
*/
template<bool UseWeights, typename CountType>
static double EvaluatePtr(const CountType* counts,