From: Gert S. <Ger...@re...> - 2003-08-13 09:33:31
|
Both the stable version, the developer version and the current cvs version of weka don't use an Attribute(String,FastVector,int) constructor in the core.Attribute class, but instead expect a ProtectedProperties object if a third argument is given in the constructor-call. And yet, this Attribute(String,FastVector,int) constructor is called in the algo.dataming.weka.InstancesHelper class. I tracked down the versions of the Attribute.java file in the weka repository and apparently the current constructor syntax already exists for more than 2 years. So, I must be missing something here. Do I use a wrong weka library, or do I overlook something else? Thanks, Gert Sclep |