List of usage examples for weka.core Option setOptions
public static void setOptions(String[] options, Object target, Class<?> targetClazz)
From source file:affective.core.ArffLexiconEvaluator.java
License:Open Source License
public void setOptions(String[] options) throws Exception { Option.setOptions(options, this, this.getClass()); }