Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文件 A 中有1364个特征(以 libsvm 的格式,例如 1 1:23 2:21 ... 1364:12 )。我们使用了命令:
./svm-scale -l 0 -u 1 -s A_range A > A_scale
但是,我们在 A_scale 中看到了1362个特征(例如 1 1:0.171033 2:0.189956 3:0.0776929 ... 1362:0.084425)。谢谢。
如果您有一些零特征,它们将从输出中删除,从而从结果文件中删除。