alastairwyse
- 7,667 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
- 4,009 total downloads
- last updated 7/2/2021
- Latest version: 2.0.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.
- 3,065 total downloads
- last updated 12/19/2021
- Latest version: 4.0.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, and the console. It...
More information
- 2,220 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
- 1,520 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
- 1,419 total downloads
- last updated 2/20/2018
- Latest version: 0.12.0
SimpleML provides implementations of basic machine learning algorithms.
- 516 total downloads
- last updated 7/22/2021
- Latest version: 1.1.0
Provides wrapper interfaces around .NET Standard 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.
- 213 total downloads
- last updated 12/30/2021
- Latest version: 3.0.0
An implementation of an ApplicationMetrics metric logger which writes metrics and instrumentation information to Windows performance counters.