List of usage examples for weka.core Option listOptionsForClass
public static Vector<Option> listOptionsForClass(Class<?> clazz)
From source file:affective.core.ArffLexiconEvaluator.java
License:Open Source License
public Enumeration<Option> listOptions() { return Option.listOptionsForClass(this.getClass()).elements(); }