python sorted:http://gaopenghigh.iteye.com/blog/1483864
使用libsvm的svm_train时,加上交叉验证的参数后,输出的是一个数值,而不是一个模型
python numpy的transpose对一纬的行向量和列向量转置,依赖于shape,需使用x.shape(X,1)再转置
python sorted:http://gaopenghigh.iteye.com/blog/1483864
使用libsvm的svm_train时,加上交叉验证的参数后,输出的是一个数值,而不是一个模型
python numpy的transpose对一纬的行向量和列向量转置,依赖于shape,需使用x.shape(X,1)再转置