common

package
v0.0.0-...-14a59ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ClassifierCammandFlags []cli.Flag = []cli.Flag{

	cli.IntFlag{
		Name:  "crossValidation,cv",
		Value: 1,
		Usage: "Cross Validation",
	},
	cli.StringFlag{
		Name: "trainSet, train",
	},
	cli.StringFlag{
		Name: "testSet, test",
	},
	cli.StringFlag{
		Name: "predictResult, predict",
	},
	cli.StringFlag{
		Name:  "modelPath, model",
		Usage: "If trained on data set and model path is set, output model to the path.",
	},
	cli.IntFlag{
		Name:  "globalBiasFeatureID,global",
		Value: 0,
		Usage: "If you read/write a model file, you MUST set the global bias feature ID.",
	},
}
View Source
var Commands []cli.Command = make([]cli.Command, 0, 1<<3)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL