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

Method is_probability_model

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

Source from the content-addressed store, hash-verified

259 return labels[:nr_class]
260
261 def is_probability_model(self):
262 return (liblinear.check_probability_model(self) == 1)
263
264def toPyModel(model_ptr):
265 """

Callers 2

svm_predictFunction · 0.45
predictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected