MCPcopy Index your code
hub / github.com/codewithzichao/Machine_Learning_Code / predict

Method predict

SVM/SVM_python.py:251–264  ·  view source on GitHub ↗

预测单个样本的类别 :param x: 样本的特征向量 :return: 样本的预测类别

(self, x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

testMethod · 0.95
KNN_sklearn.pyFile · 0.45
HMM_hmmlearn.pyFile · 0.45
xgboost_mnist.pyFile · 0.45

Calls 1

kernel_for_predictMethod · 0.95

Tested by

no test coverage detected