MCPcopy Create free account
hub / github.com/codewithzichao/Machine_Learning_Code / __init__

Method __init__

SVM/SVM_python.py:43–65  ·  view source on GitHub ↗

构造函数 :param data_matrix: 训练数据集矩阵 :param label_matrix: 训练数据标签矩阵 :param sigma: 高斯核函数的sigma :param C: 惩罚参数 :param toler: 松弛变量

(self, data_matrix, label_matrix, sigma, C, toler, iteration)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

kernel_for_trainMethod · 0.95

Tested by

no test coverage detected