我很抱歉再次提出另一个问题,但为什么Weka正在为我带来的数据弄清楚一些分类器。并且数据文件的示例glipse附加如下:
@relation whatever
@attribute ClearanceFactor numeric
@attribute CrestFactor numeric
@attribute HistogramLB numeric
@attribute HistogramUB numeric
@attribute ImpulseFactor numeric
@attribute KurtVal numeric
@attribute PeakVal numeric
@attribute RMSVal numeric
@attribute Status { Normal }
@data
1 , 0.944758327 , 0.818823375 , 0.835884533 , 0.973802319 , 0.922274575 , 0.836712854 , 0.830582178 , Normal
1 , 0.922118042 , 0.737125289 , 0.762040973 , 0.963101929 , 0.889826729 , 0.762426651 , 0.753675509 , Normal
1 , 0.975667525 , 0.916722849 , 0.924607883 , 0.988490457 , 0.962805959 , 0.925217603 , 0.922378149 , Normal
答案 0 :(得分:0)
我通过一个简单的技巧让它工作。在最后一栏中,我添加了所有其他可能的解决方案集,如下所示,它工作正常! :d
@relation whatever
@attribute ClearanceFactor numeric
@attribute CrestFactor numeric
@attribute HistogramLB numeric
@attribute HistogramUB numeric
@attribute ImpulseFactor numeric
@attribute KurtVal numeric
@attribute PeakVal numeric
@attribute RMSVal numeric
@attribute Status { Normal, faulty0, faulty1}