您必须将null强制转换为FastVector。否则,更多方法将应用于方法签名:
FastVector attributes = new FastVector(); attributes.addElement(new Attribute("attr", (FastVector) null));这是一个用于动态创建实例的好资源:http :
//weka.wikispaces.com/Creating+an+ARFF+file

您必须将null强制转换为FastVector。否则,更多方法将应用于方法签名:
FastVector attributes = new FastVector(); attributes.addElement(new Attribute("attr", (FastVector) null));这是一个用于动态创建实例的好资源:http :
//weka.wikispaces.com/Creating+an+ARFF+file