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.
在 Weka 中,我使用 J48 分类器进行预测。但是,我注意到在预测输出中,实例顺序(实际和预测的实例值)与我正在使用的数据集的原始顺序(即行)不对应。知道可能是什么原因造成的吗?
我认为这是由用于构建决策树的特征选择方法引起的。当在树的根部选择一个特征时,训练数据可能会分裂为不相交的实体集,并且可能一个子集中的所有实体都具有相同的类。所以这个类出现在混淆矩阵的早期。