Accord Namespace |
Class | Description | |
---|---|---|
CommunicationBufferEventArgs |
Event arguments holding a buffer sent or received during some communication process.
| |
ConnectionFailedException |
Connection failed exception.
| |
ConnectionLostException |
Connection lost exception.
| |
ConvergenceException |
Algorithm Convergence Exception.
| |
DeviceBusyException |
Device busy exception.
| |
DeviceErrorException |
Device error exception.
| |
DimensionMismatchException |
Dimension Mismatch Exception.
| |
ExtensionMethods |
Static class for utility extension methods.
| |
FormatDecoderAttribute |
Specifies that a class can be used to decode a particular file type.
| |
IntegerAttribute |
Specifies that an argument, in a method or function,
must be an integer.
| |
InterlockedEx |
An extension of Interlocked providing
atomic operations such as Add and Increment to floating point numbers.
| |
NegativeAttribute |
Specifies that an argument, in a method or function,
must be lesser than zero.
| |
NegativeIntegerAttribute |
Specifies that an argument, in a method or function,
must be an integer less than zero.
| |
NonnegativeAttribute |
Specifies that an argument, in a method or function,
must be greater than or equal to zero.
| |
NonnegativeIntegerAttribute |
Specifies that an argument, in a method or function,
must be an integer bigger than or equal to zero.
| |
NonpositiveAttribute |
Specifies that an argument, in a method or function,
must be lesser than or equal to zero.
| |
NonPositiveDefiniteMatrixException |
Non-Positive Definite Matrix Exception.
| |
NonpositiveIntegerAttribute |
Specifies that an argument, in a method or function,
must be an integer smaller than or equal to zero.
| |
NonSymmetricMatrixException |
Non-Symmetric Matrix Exception.
| |
NotConnectedException |
Not connected exception.
| |
PolishExpression |
Evaluator of expressions written in reverse polish notation.
| |
PositiveAttribute |
Specifies that an argument, in a method or function,
must be greater than zero.
| |
PositiveIntegerAttribute |
Specifies that an argument, in a method or function,
must be an integer bigger than zero.
| |
RealAttribute |
Specifies that an argument, in a method or function,
must be real (double).
| |
SerializationBinderAttribute |
Specifies a serialization binder to be used whenever a class is
being deserialized by the framework. This can be used to ensure
binary compatibility when the framework code changes.
| |
SingularMatrixException |
Singular Matrix Exception.
| |
Sort |
Extension methods for sorting operations.
| |
SourceTypeAttribute |
Specifies that an argument, in a method or function,
must be greater than zero.
| |
SurrogateSelectorAttribute |
Specifies a serialization surrogate to be used whenever a class is
being deserialized by the framework. This can be used to ensure
binary compatibility when the framework code changes.
| |
SystemTools |
Set of systems tools.
| |
ThreadSafeRandom | Obsolete.
Thread safe version of the Random class.
| |
UnitAttribute |
Specifies that an argument, in a method or function,
must be real between 0 and 1.
|
Structure | Description | |
---|---|---|
ByteRange |
Represents a byte range with minimum and maximum values.
| |
DoublePoint |
Structure for representing a pair of coordinates of double type.
| |
DoubleRange |
Represents a double range with minimum and maximum values.
| |
IntPoint |
Structure for representing a pair of coordinates of integer type.
| |
IntRange |
Represents an integer range with minimum and maximum values.
| |
Point |
Structure for representing a pair of coordinates of float type.
| |
Range |
Represents a double range with minimum and maximum values,
where values are single-precision floating-point (float) numbers.
|
Interface | Description | |
---|---|---|
IFeatureDescriptorT |
Common interface for feature descriptors.
| |
IFeatureExtractorTPoint, TInput |
Common interface for feature extractors.
| |
IRangeT |
Common interface for Range objects, such as DoubleRange,
IntRange or Range. A range represents the
interval between two values in the form [min, max].
|
Delegate | Description | |
---|---|---|
MessageTransferHandler |
A delegate which is used by events notifying abount sent/received message.
|