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