Package proper.util

Contains classes that don't fit into any other category.

See:
          Description

Interface Summary
CluderInterface This interface is common to Excluder and Includer.
TimerInterface An Interface for Timer-Events.
 

Class Summary
Cells Represents a simple 2-dim.
Counter A little helper class that can do counting based on Objects , i.e.
Excluder This class is used to check a field name against a "black list" field names.
Formatter A little helper class for formatting.
ID This class is only used for creating unique IDs - during one session.
Includer This class is used to check a field name against a "white list" field names.
Matcher A simple class that performs multiple matching on strings, i.e.
MilkHelper A little Helper class for handling MILK stuff...
ProperVector TODO: make Vector.contains(Object) method less error prone...
RandomID This class can produce an amount of randomized Integer-IDs.
Set This class provides some methods for set operations on Vectors.
Stopwatch This class provides a simple method to measure runtime behaviour.
Strings This class provides some methods for String handling.
TemporaryName This class creates temporary names from a given prefix, basically adding numbers to the end and incrementing them.
Timer A simple wrapper for Timer-Events, listeners must implement the TimerInterface.
Timestamp This is a simple class for creating timestamps.
WekaHelper A little Helper class for handling WEKA stuff: creating Classifier instances, creating Filter instances, setting options...
 

Package proper.util Description

Contains classes that don't fit into any other category.