Package comirva.util

Class Summary
BrowserControl A simple, static class to display a URL in the system browser.
FileUtils This class implements simple utilities related to file processing.
FileUtils.TextFileIterator Iterates over the lines of a text file without storing the whole contents of the text file in RAM (only one line at a time is kept in RAM, except for object reference / garbage collection issues)
MathUtils  
PCA This class implements the projection of a data set with a Principal Components Analysis.
PCACalculationThread This class implements a thread for calculating a PCA.
PCAProjectionToColor  
SammonsMappingToColor  
TermProfileUtils This class implements simple utilities for term profile creation, access, modification, and conversion.
TSP This class implements a simple algorithm for solving the travelling salesman problem (TSP).
VectorSort This class implements special algorithms needed for sorting Float Vectors and updating their accompanying meta-data vectors.