Parses a given list of options. Valid options are:
-W classname
Specify the full class name of the base learner.
-I num
Set the number of iterations (default 10).
-S num
Set the random number seed (default 1).
Options after -- are passed to the designated classifier.
Parameters: options - the list of options as an array of strings exception: Exception - if an option is not supported |