alastairwyse
- 3,827 total downloads
- last updated 3/29/2020
- Latest version: 1.9.1
MoreComplexDataStructures is a class library containing a collection of data structures (plus related utility classes) more complex than those found in the standard .NET framework.
The project currently contains the following data structures and utility classes...
WeightBalancedTree<T> - A...
More information
- 2,340 total downloads
- last updated 4/27/2017
- Latest version: 1.6.0
FrameworkAbstraction provides wrapper interfaces around .NET framework classes which interact with the operating system (e.g. classes in the System.IO.File and System.Net.Sockets namespaces). This allows for mocking of these classes in unit tests.
- 1,611 total downloads
- last updated 4/27/2017
- Latest version: 1.5.0
ApplicationMetrics provides interfaces and classes to allow simple logging of metric and instrumentation events from a client application.
ApplicationMetrics includes several implementations of metric logger classes which write metrics and instrumentation information to files, the console, and...
More information
- 1,405 total downloads
- last updated 4/27/2017
- Latest version: 1.1.0
Mathematics Modular Framework (MMF) is a framework which allows simple construction and rearrangement of workflows for finance, mathematics, and machine learning applications.
It allows the packaging of a program unit that performs a mathematical function into a 'module', which has strongly...
More information
- 917 total downloads
- last updated 8/19/2016
- Latest version: 1.4.0.1
ApplicationLogging provides interfaces and classes to allow simple logging from a client application. The included interface IApplicationLogger can be injected into client classes, and exposes simple methods for capturing detailed logging information from these client classes. ApplicationLogging...
More information
SimpleML
by:
alastairwyse
- 861 total downloads
- last updated 2/20/2018
- Latest version: 0.12.0
SimpleML provides implementations of basic machine learning algorithms.