【发布时间】:2014-05-09 12:30:22
【问题描述】:
根据readme 文件,If labels are unknown, just fill this column with a number. 所以我将随机数作为预测标签,但 120 个测试文件的准确度为 0%。我的 svm_model 使用 520 个训练特征向量进行训练。是基于标签的预测吗?我怀疑是因为当我使用 1-5(即我的类标签)作为测试标签时,准确率在 60% 左右。如果是这样,那么If labels are unknown, just fill this column with a number. 是什么意思?
【问题讨论】:
-
如果您发现训练集、验证集和测试集之间的差异令人困惑,请查看:stats.stackexchange.com/questions/19048/…
标签: matlab classification svm libsvm