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
相關文章
相關標籤/搜索