Uses of Package
org.knowceans.util

Packages that use org.knowceans.util
org.knowceans.util   
 

Classes in org.knowceans.util used by org.knowceans.util
CokusDistributionSampler.CrpData
          data structure for a Chinese restaurant process CrpData
CokusSampler
          CokusSampler is a non-static version of the Cokus Mersenne Twister as a thread-safe (?) class.
Conf
          Reads configuration information from a properties file.
DataTask
          DataTask represents an algorithm that can run in a thread of a DataThreadPool.
PatternString
          PatternString is a wrapper around pattern matching and substitution functionality inspired by the Perl a =~ exp functions.
RandomSamplers.CrpData
          data structure for a Chinese restaurant process CrpData
Samplers.CrpData
          data structure for a Chinese restaurant process CrpData
SetVector
          A Collection that implements both the List and the Set interface.
StopWatch
          StopWatch allows to time a java program by simply starting lap-timing, stopping and resetting a stop watch "channel".
TableList
          TableList handles parallel lists whose elements with same index can be accessed, sorted, filtered etc.
TableList.FieldComparator
          FieldSorter sorts fields according to a numeric field.
TableList.FieldLessThan
          FieldLessThan checks if field less than.
TableList.Fields
          Fields extends an array list by a comparison capability over the map list.
TableList.Filter
          Filter allows to filter entries by calling filter with an implementation of this interface.
TableList.SingleFieldFilter
          SingleFieldFilter represents the common case of filtering according to the value of one field.