| Class | Description |
|---|---|
| ClassHelper |
Helper for handling classes.
|
| Common |
A collection of commonly useful methods.
|
| Conversion |
Various methods for conversion of data.
|
| ExceptionHandler |
Handle a Boone exception.
|
| JamaHelper |
Helper for Jama related computations.
|
| Nets |
A class supporting network operations.
|
| Patterns |
A class supporting pattern operations.
|
| RootSolver |
This class contains methods to find roots and limits of functions.
|
| StreamParser |
Parse a stream, character by character.
|
| UMatrix |
Draws the U-Matrix for the specified SOM.
|
| Xml |
| Exception | Description |
|---|---|
| CloneException |
Runtime exception to be thrown if cloning fails.
|
Examples are classes for data conversion from and to String
(Conversion), a generalized stream parser class
(StreamParser), or boone.util.XMLUtils which contains
a number of static methods for easy XML handling, and so on.