You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
The project has just been merged with AForge.NET (GH-70). After an intermediary release with no breaking changes is made, take the opportunity to:
Add a static Vector class to accommodate vector operations (like the Matrix class)
Add a static Jagged class to accomoddate Jagged matrix operations (like the Matrix class)
Add a static Generator class to hold the framework Random number generator
Add a static Scale class to hold scaling methods
Change the argument order in the Scale class to allow for extension methods (as in new[] { 0, 1}.Scale(-1, +1))
Rename Statistics.Tools to Statistics.Measures (holding mean, variance, etc)
Remove the multiple "Tools" classes that exist across different framework assemblies. Their functionality should be moved to properly named static extension classes according to what each function does.
Navigate through all TODO: code sections and evaluate whether they should be implemented.
Investigate an integration with Math.NET, possibly reusing the MKL provider.