Package cc.mallet.util

Miscellaneous utilities including command line processing, math functions, lexing, logging.

See:
          Description

Interface Summary
Addable  
CollectionUtils.Fn  
CommandOption.ListProviding For objects that can provide CommandOption.List's (which can be merged into other lists.
Lexer  
 

Class Summary
ArrayListUtils  
ArrayUtils Static utility methods for arrays (like java.util.Arrays, but more useful).
BshInterpreter  
BulkLoader This class reads through a single file, breaking each line into data and (optional) name and label fields.
CharSequenceLexer  
CollectionUtils * Created: Sun Jan 25 01:04:29 2004
ColorUtils Utilities for dealing with RGB-style colors.
CommandOption  
CommandOption.Boolean  
CommandOption.Double  
CommandOption.DoubleArray  
CommandOption.File  
CommandOption.Integer  
CommandOption.IntegerArray  
CommandOption.List  
CommandOption.Object  
CommandOption.ObjectFromBean  
CommandOption.Set  
CommandOption.SpacedStrings  
CommandOption.String  
DirectoryFilter  
DocumentLengths  
DoubleList  
FeatureCounter  
FileUtils Contains static utilities for manipulating files.
IoUtils  
MalletLogger  
MalletProgressMessageLogger Created by IntelliJ IDEA.
Maths  
MVNormal Tools for working with multivariate normal distributions
PlainLogFormatter  
PrintUtilities A simple utility class that lets you very simply print an arbitrary component.
ProgressMessageLogFormatter Format ProgressMessages destined for screen.
ProgressMessageLogRecord A log message that is to be written in place (no newline) if the message is headed for the user's terminal.
PropertyList  
Randoms  
RegexFileFilter  
Sequences Utility methods for cc.mallet.types.Sequence and similar classes.
StatFunctions  
Strings Static utility methods for Strings
Timing A class for timing things.
Univariate  
UriUtils  
VectorStats  
 

Package cc.mallet.util Description

Miscellaneous utilities including command line processing, math functions, lexing, logging.