Click or drag to resize
Accord.NET (logo)

Accord Namespace

 
Classes
  ClassDescription
Public classCommunicationBufferEventArgs
Event arguments holding a buffer sent or received during some communication process.
Public classConnectionFailedException
Connection failed exception.
Public classConnectionLostException
Connection lost exception.
Public classConvergenceException
Algorithm Convergence Exception.
Public classDeviceBusyException
Device busy exception.
Public classDeviceErrorException
Device error exception.
Public classDimensionMismatchException
Dimension Mismatch Exception.
Public classExtensionMethods
Static class for utility extension methods.
Public classFormatDecoderAttribute
Specifies that a class can be used to decode a particular file type.
Public classIntegerAttribute
Specifies that an argument, in a method or function, must be an integer.
Public classInterlockedEx
An extension of Interlocked providing atomic operations such as Add and Increment to floating point numbers.
Public classNegativeAttribute
Specifies that an argument, in a method or function, must be lesser than zero.
Public classNegativeIntegerAttribute
Specifies that an argument, in a method or function, must be an integer less than zero.
Public classNonnegativeAttribute
Specifies that an argument, in a method or function, must be greater than or equal to zero.
Public classNonnegativeIntegerAttribute
Specifies that an argument, in a method or function, must be an integer bigger than or equal to zero.
Public classNonpositiveAttribute
Specifies that an argument, in a method or function, must be lesser than or equal to zero.
Public classNonPositiveDefiniteMatrixException
Non-Positive Definite Matrix Exception.
Public classNonpositiveIntegerAttribute
Specifies that an argument, in a method or function, must be an integer smaller than or equal to zero.
Public classNonSymmetricMatrixException
Non-Symmetric Matrix Exception.
Public classNotConnectedException
Not connected exception.
Public classPolishExpression
Evaluator of expressions written in reverse polish notation.
Public classPositiveAttribute
Specifies that an argument, in a method or function, must be greater than zero.
Public classPositiveIntegerAttribute
Specifies that an argument, in a method or function, must be an integer bigger than zero.
Public classRealAttribute
Specifies that an argument, in a method or function, must be real (double).
Public classSerializationBinderAttribute
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.
Public classSingularMatrixException
Singular Matrix Exception.
Public classSort
Extension methods for sorting operations.
Public classSourceTypeAttribute
Specifies that an argument, in a method or function, must be greater than zero.
Public classSurrogateSelectorAttribute
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.
Public classSystemTools
Set of systems tools.
Public classThreadSafeRandom Obsolete.
Thread safe version of the Random class.
Public classUnitAttribute
Specifies that an argument, in a method or function, must be real between 0 and 1.
Structures
  StructureDescription
Public structureCode exampleByteRange
Represents a byte range with minimum and maximum values.
Public structureDoublePoint
Structure for representing a pair of coordinates of double type.
Public structureCode exampleDoubleRange
Represents a double range with minimum and maximum values.
Public structureIntPoint
Structure for representing a pair of coordinates of integer type.
Public structureCode exampleIntRange
Represents an integer range with minimum and maximum values.
Public structurePoint
Structure for representing a pair of coordinates of float type.
Public structureCode exampleRange
Represents a double range with minimum and maximum values, where values are single-precision floating-point (float) numbers.
Interfaces
Delegates
  DelegateDescription
Public delegateMessageTransferHandler
A delegate which is used by events notifying abount sent/received message.