Uses of Class
cc.mallet.util.CommandOption.List
-
Packages that use CommandOption.List Package Description cc.mallet.classify Classes for training and classifying instances.cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. -
-
Uses of CommandOption.List in cc.mallet.classify
Methods in cc.mallet.classify that return CommandOption.List Modifier and Type Method Description static CommandOption.List
MCMaxEntTrainer. getCommandOptionList()
Constructors in cc.mallet.classify with parameters of type CommandOption.List Constructor Description MCMaxEntTrainer(CommandOption.List col)
-
Uses of CommandOption.List in cc.mallet.util
Methods in cc.mallet.util that return CommandOption.List Modifier and Type Method Description CommandOption.List
CommandOption.ListProviding. getCommandOptionList()
static CommandOption.List
CommandOption. getList(java.lang.Class owner)
Methods in cc.mallet.util with parameters of type CommandOption.List Modifier and Type Method Description void
CommandOption.List. add(CommandOption.List opts)
void
CommandOption. postParsing(CommandOption.List list)
To be overridden by subclasses; "list" is the the CommandOption.List that called this option
-