Skip to content

Commit

Permalink
Add missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Sep 25, 2023
1 parent 85315e6 commit 02f6493
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class NominalFeatureVector : public AbstractFeatureVector {

protected:

/**
* The number of distinct values of the nominal feature, excluding the majority value.
*/
const uint32 numValues_;

public:
Expand Down

0 comments on commit 02f6493

Please sign in to comment.