MCPcopy Create free account
hub / github.com/WenDesi/lihang_book_algorithm / predict

Method predict

AdaBoost/adaboost_cpp.py:141–147  ·  view source on GitHub ↗
(self,features)

Source from the content-addressed store, hash-verified

139
140
141 def predict(self,features):
142 results = []
143
144 for feature in features:
145 results.append(self._predict_(feature))
146
147 return results
148
149# 二值化
150def binaryzation(img):

Callers

nothing calls this directly

Calls 1

_predict_Method · 0.95

Tested by

no test coverage detected