Example usage for weka.core Option setOptions

List of usage examples for weka.core Option setOptions

Introduction

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

Prototype

public static void setOptions(String[] options, Object target, Class<?> targetClazz) 

Source Link

Document

Sets options on the target object.

Usage

From source file:affective.core.ArffLexiconEvaluator.java

License:Open Source License

public void setOptions(String[] options) throws Exception {
    Option.setOptions(options, this, this.getClass());
}