def do_l2norm(X_data):
x_normalized=preprocessing.normalize(X_data,norm='l2')
return x_normalized
#svm = SGDClassifier(loss = 'hinge')
#https://ljalphabeta.gitbooks.io/python-/content/kernelsvm.html
load_feature.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录