Skip to content

Commit

Permalink
Dox++
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 28, 2019
1 parent 292dbb0 commit 71c7a33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/pal/problem.h
Expand Up @@ -89,7 +89,12 @@ namespace pal

/////////////////
// problem inspection functions

/**
* Returns the total number of features considered during the labeling problem.
*/
std::size_t featureCount() const { return mFeatureCount; }

// features counted 0...n-1
int getFeatureCandidateCount( int i ) { return mFeatNbLp[i]; }
// both features and candidates counted 0..n-1
Expand Down

0 comments on commit 71c7a33

Please sign in to comment.