MCPcopy
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / SVM.py

File SVM.py

SVM/SVM.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from numpy import *
2# 代码来自机器实战
3def loadDataSet(fileName):
4 dataMat = []; labelMat = []

Callers

nothing calls this directly

Calls 2

smoSimpleFunction · 0.85
loadDataSetFunction · 0.70

Tested by

no test coverage detected