Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_nr_feature
Method
get_nr_feature
pattern/vector/svm/liblinear.py:249–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
liblinear.free_and_destroy_model(pointer(self))
248
249
def
get_nr_feature(self):
250
return
liblinear.get_nr_feature(self)
251
252
def
get_nr_class(self):
253
return
liblinear.get_nr_class(self)
Callers
1
predict
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected