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