Quantcast
Channel: Pentaho Community Forums
Viewing all articles
Browse latest Browse all 16689

verifying the option settings for a classifier

$
0
0
My code is as follows:-
*****************************************
//build classifier

FilteredClassifier fc = new FilteredClassifier(); // Create a FilteredClassifier object
((OptionHandler)models[j]).setOptions(optionsArray[j]);

fc.setClassifier(models[j]);


myConsole.getOut().println.("Options: "+ Arrays.deepToString(optionsArray[j]));

fc.setFilter(filter);


fc.buildClassifier(training);

and the result is:-

Options: [,,,]

How do I populate the [] with values ?

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>