classifier
Interface ClassifierOptions

All Known Implementing Classes:
SVMOptions

public interface ClassifierOptions

Super interface which defines the use of implementation specific classifier options.

Author:
Michiel Van Bel

Method Summary
 boolean setParameters(java.lang.String[] params)
          Sets classifier parameters by parsing them from an array of strings.
 

Method Detail

setParameters

boolean setParameters(java.lang.String[] params)
Sets classifier parameters by parsing them from an array of strings.

Parameters:
params - An array of strings containing the various parameters and its values.
Returns:
Whether or not setting the parameters succeeded.