| Interface | Description |
|---|---|
| Copyable |
Interface implemented by classes that can produce "shallow" copies
of their objects.
|
| OptionHandler |
Interface to something that understands options.
|
| TechnicalInformationHandler |
For classes that are based on some kind of publications.
|
| WeightedInstancesHandler |
Interface to something that makes use of the information provided
by instance weights.
|
| Class | Description |
|---|---|
| FastVector |
Implements a fast vector class without synchronized
methods.
|
| Matrix | Deprecated
Use
keel.Algorithms.Statistical_Classifiers.Logistic.core.matrix.Matrix instead - only for
backwards compatibility. |
| Optimization |
Implementation of Active-sets method with BFGS update to solve optimization
problem with only bounds constraints in multi-dimensions.
|
| Option |
Class to store information about an option.
|
| Statistics |
Class implementing some distributions, tests, etc.
|
| TechnicalInformation |
Used for paper references in the Javadoc and for BibTex generation.
|
| Utils |
Class implementing some simple utility methods.
|
| Enum | Description |
|---|---|
| TechnicalInformation.Field |
the possible fields
|
| TechnicalInformation.Type |
the different types of information
|