MCPcopy Index your code
hub / github.com/clips/pattern / get_nr_class

Method get_nr_class

pattern/vector/svm/liblinear.py:252–253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 return liblinear.get_nr_feature(self)
251
252 def get_nr_class(self):
253 return liblinear.get_nr_class(self)
254
255 def get_labels(self):
256 nr_class = self.get_nr_class()

Callers 3

get_labelsMethod · 0.95
svm_predictFunction · 0.45
predictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected