This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Release v0.3.11
- added
check_for_modified_class_attribute
method toFilterClassifier
class - added
complete_classname
method toweka.core.classes
module, which allows completion of partial classnames like.J48
toweka.classifiers.trees.J48
if there is a unique match;JavaObject.new_instance
andJavaObject.check_type
now make use of this functionality, allowing for instantiations likeClassifier(cls=".J48")
jvm.start(system_cp=True)
no longer fails with aKeyError: 'CLASSPATH'
if there is noCLASSPATH
environment variable defined- Libraries
mtl.jar
,core.jar
andarpack_combined_all.jar
were added as is to theweka.jar
in the 3.9.1 release instead of adding their content to it. Repackagedweka.jar
to fix this issue (#52)