I can call J48 from MATLAB with no problem. But when I try the same with Ridor I’m getting fault code
classifier = weka.classifiers.trees.J48();
object classifier is created
c=weka.classifiers.rules.Ridor();
??? Undefined variable “weka” or class
“weka.classifiers.rules.Ridor”.
Any idea why ??
Krzysztof
Read the Using Java Libraries from MATLAB help. My guess is that the required Java classes aren’t on the path.