我试图预处理具有两个ALL和AML类的白血病数据集。我需要将其转换为二进制值。我用"名义二进制"过滤。但它不会将其转换为二进制值。我的weka版本是3.6.11。
答案 0 :(得分:2)
好吧,在我的3.6版Weka上,它正在运行。
1. Load the file on Explorer.
2. Go to Filter->Weka filters ->unsupervised->attribute->nominalToBinary.
3. In the attributeIndices, indicate the "nominal" attribute index that you are trying to change to "binary".
4. Leave all other options to default. Click OK.
5. Click apply.
答案 1 :(得分:0)
要使NominalToBinary
过滤器可用于class属性,
确保暂时将在类下拉列表中选择的属性更改为另一个属性,然后您可以在应用过滤器后切换回去。
Weka显然不允许您将NominalToBinary
过滤器应用于所选的类属性。