See: Description
Interface | Description |
---|---|
Clearable |
Interface for marking objects that have clearable data.
|
Convertor<F,T> |
Provides a convertor from class F to class T.
|
HttpErrorCodeProvider |
This interface is to be implemented mainly by custom MESSIF exceptions thrown
during operation processing or any other action; the implementing class provides
a HTTP error code to be returned in case the exception was thrown.
|
ModifiableParametric |
Extension of the
Parametric interface that support modifications. |
Parametric |
Interface for objects that support definition of additional parameters.
|
RandIndex.CategoryExtractor | |
ResetableIterator<E> |
Iterator that can be restarted and that returns its size.
|
TextSerializable |
Marks objects that support writing its data to a text stream and restoring via
String constructor. |
Class | Description |
---|---|
Application |
Extends the
DistributedApplication with RMI support. |
ArrayMap<K,V> |
This is an implementation of the standard Map interface using two static fields with keys
and with values.
|
ArrayResetableIterator<E> | |
Convert |
Utility class that provides methods for type conversions and instantiation.
|
ConvertorIterator<F,T> |
Iterator that converts all objects from the encapsulated iterator.
|
CoreApplication |
This class implements a standalone client for MESSIF-enabled algorithms.
|
DirectoryInputStream |
This class provides a continous
InputStream over all
files from a given directory (and subdirectories if specified). |
DistanceDistributionSQFD |
Allows to compute a distance histogram of a given metric space.
|
DistanceMatrix |
Abstraction to a distance matrix for a passed list of objects (database).
|
DistributedApplication |
Provides extended network-related support to
CoreApplication . |
ErrorCode |
Base class for all error codes.
|
ExtendedDatabaseConnection |
This class is intended as an encapsulation of a common database
Connection
that allows to reconnect after a failed execution of a statement. |
ExtendedDatabaseConnection.ExtendedDatabaseConnectionPublic |
Provides a wrapper for the
ExtendedDatabaseConnection that offers
all the methods publicly. |
ExtendedProperties |
This class provides getter extension for the basic
set of properties . |
ExternalProcessInputStream |
Allows to capture input stream from an external process with error-checking.
|
HttpApplication |
Provides a HTTP extension to
Application that allows to execute operations
via REST-like services using HTTP protocol. |
HttpApplication.HttpApplicationAuthenticator |
Authenticator for the
HTTP server
that provides a basic HTTP authentication based on the stored user/password
values. |
Logging |
This class provides functionality to control logging via static methods.
|
MetaObjectParametricRemovalConvertor |
Simple convertor that removes the parameters from a
MetaObjectParametricShapeColorAndText object. |
ModifiableParametricBase |
Basic implementation of the
ModifiableParametric interface on encapsulated Map . |
NearestNeighborConsistency |
Method for cluster analysis based on nearest neighbors consistency.
|
ParametricBase |
Basic implementation of the
Parametric interface on encapsulated Map . |
RandIndex | |
RecursiveVoronoiPartitioning |
Recursive Voronoi partitioning -- e.g. for partitioning by hierarchical k-means/k-medoids
It is balanced partitioning implemented here!
|
SilhouetteIndex |
Computes silhouette index that measures quality of clustering.
|
SortedArrayData<K,T> |
Abstract implementation of a basic sorted array data.
|
SortedCollection<T> |
Implementation of a sorted collection.
|
SortingIterator<T> |
Iterator that retrieves the smallest object from a collection of iterators when
its
next method is called. |
UnsupervisedBinaryClassification |
Manages binary classification of pairs of objects in totals in TP, FP, TN and FN categories.
|
UnsupervisedBinaryClassification.BinaryClassification | |
VoronoiPartitioning |
Voronoi partitioning.
|
VoronoiPartitioning.Result | |
VoronoiPartitioning.VoronoiPartition | |
VotingSchema |
Tests for equality based on a list of IDs -- implements a voting system.
|
VotingSchemaSetsUnsupervisedBinaryClassification | |
VotingSchemaSetsUnsupervisedBinaryClassification.VotingSchemaUnsupervisedBinaryClassification | |
WildcardFileFilter |
This class provides an implementation of
FileFilter and FilenameFilter
interfaces that can match filenames using a Glob pattern. |
Enum | Description |
---|---|
Logging.RegexpFilterAgainst |
Enumeration of possible regexp matcher targets for
Logging.addLogFile(java.lang.String, java.util.logging.Level, boolean, java.util.logging.Formatter, java.lang.String, messif.utility.Logging.RegexpFilterAgainst, int, int) . |
Exception | Description |
---|---|
ExtendedPropertiesException |
Indicates an error working with
ExtendedProperties . |