LasseRegin / SVM-w-SMO

Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
MIT License
118 stars 55 forks source link

update cal_w function #4

Closed oooook0 closed 5 years ago

oooook0 commented 5 years ago

update the cal_w function, the original function calculate the dot product of alpha * y, which is not intended for this function.