Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ NumFeatures
Method
NumFeatures
src/io/parser.hpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
inline int NumFeatures() const override {
47
return total_columns_ - (label_idx_ >= 0);
48
}
49
50
private:
51
int label_idx_ = 0;
Callers
2
ConstructBinMappersFromTextData
Method · 0.45
Predict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected