Python實現adaboost 算法+簡單的註釋

from numpy import * def loadSimpData(): datMat = matrix([[1., 2.1], [2., 1.1], [1.3, 1.], [1.1, 1.1], [2., 1.]
相關文章
相關標籤/搜索