Thank you so much.
I try it but I have problem.
I got this error " No method 'setValue' with matching signature found for class
'weka.core.Instance'."
Do you have any idea to fix this?
I tried your code with using functions.SMO with parameter the standard Weka string:
'-C 1.0 -L 0.0010 -P 1.0E-12 -N 0 -V -1 -W 1 -K "weka.classifiers.functions.supportVector.PolyKernel -C 250007 -E 1.0"'
and everything works fine, but when I try to do the same using lazy.IBk classifier with string parameter:
'-K 1 -W 0 -A "weka.core.neighboursearch.LinearNNSearch -A \"weka.core.EuclideanDistance -R first-last\""'
(copied from Weka) I get an Illegal Option error.
Do you have any idea to fix this?
Thanks
Great code, but I can't figure out how to enter options that contain a numeric value, it has to be a cell array of strings, and I've tried:
{'-F','1'},{'-F 1'},{-F <1>}, and every other permutation I can think of, but none of them work.
What is the proper way to enter options that contain a value?
Comment only