Uses of Class
cc.mallet.util.CommandOption.List

Packages that use CommandOption.List
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
static CommandOption.List MCMaxEntTrainer.getCommandOptionList()
           
 

Constructors in cc.mallet.classify with parameters of type CommandOption.List
MCMaxEntTrainer(CommandOption.List col)
           
 

Uses of CommandOption.List in cc.mallet.util
 

Methods in cc.mallet.util that return CommandOption.List
 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
 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