Example usage for weka.core Option getOptions

List of usage examples for weka.core Option getOptions

Introduction

In this page you can find the example usage for weka.core Option getOptions.

Prototype

public static String[] getOptions(Object target, Class<?> targetClazz) 

Source Link

Document

Get the settings of the supplied object.

Usage

From source file:affective.core.ArffLexiconEvaluator.java

License:Open Source License

public String[] getOptions() {
    return Option.getOptions(this, this.getClass());
}