Class LibLinearOptions
java.lang.Object
org.tribuo.classification.liblinear.LibLinearOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
,ClassificationOptions<LibLinearClassificationTrainer>
public class LibLinearOptions
extends Object
implements ClassificationOptions<LibLinearClassificationTrainer>
Command line options for working with a classification liblinear model.
-
Field Summary
Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConstructs the trainer based on the provided arguments.
-
Constructor Details
-
LibLinearOptions
public LibLinearOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-
getTrainer
Description copied from interface:ClassificationOptions
Constructs the trainer based on the provided arguments.- Specified by:
getTrainer
in interfaceClassificationOptions<LibLinearClassificationTrainer>
- Returns:
- The trainer.
-