ganzhiji2.md

from numpy import * import matplotlib.pyplot as plt def makeLinearSeparableData(weights, numLines): w = array(weights) numFeatures = len(weights) dataSet = zeros((numLines, numFeatures + 1)) for i in
相关文章
相关标签/搜索