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 中使用朴素贝叶斯分类器对数据进行分类,但该选项显示为灰色。请帮忙。
如果分类器显示为灰色,则表示它不支持您想要执行的任务类型。这可能是由于特征的类型或您想要进行的预测类型。
在您的情况下,您可能正在尝试预测数字而不是分类属性。