Accord.NET Framework full changelog
Accord.NET Framework 3.3.0
released Sep 17, 2016 (New Release)
General:
This will be last release that includes an executable installer. If you are still using the installer, please move to NuGet or use the framework compressed archive files.
Imaging:
Creating a new Accord.Imaging.Noncommercial assembly to hold non-commercial imaging methods;
Adding Fast Guided Filter to Accord.Imaging.Noncommercial.
MachineLearning:
Fixing Binary Split's learn method to accept null weights;
Updating Binary Split example to reflect the new API;
Adding constructors to allow tree inducing algorithms to create a tree from scratch;
Statistics:
Fixing multiple issues with statistical analyses classes when they are used using the new classification/regression APIs;
Statistical measures (Measures.cs) have been moved to the Accord.Math assembly,
but have been kept under the Accord.Statistics namespace;
Correcting L2-regularization in Logistic Regression.
This will be last release that includes an executable installer. If you are still using the installer, please move to NuGet or use the framework compressed archive files.
Imaging:
Creating a new Accord.Imaging.Noncommercial assembly to hold non-commercial imaging methods;
Adding Fast Guided Filter to Accord.Imaging.Noncommercial.
MachineLearning:
Fixing Binary Split's learn method to accept null weights;
Updating Binary Split example to reflect the new API;
Adding constructors to allow tree inducing algorithms to create a tree from scratch;
Statistics:
Fixing multiple issues with statistical analyses classes when they are used using the new classification/regression APIs;
Statistical measures (Measures.cs) have been moved to the Accord.Math assembly,
but have been kept under the Accord.Statistics namespace;
Correcting L2-regularization in Logistic Regression.
Accord.NET Framework 2.12.0
released Aug 8, 2014 (New Release)
Accord.NET Framework 2.9.0
released Jul 16, 2013 (New Release)
General:
· Working on more source code examples for the documentation.
Accord.Math:
· Adding Levenshtein distance for strings.
Accord.Imaging:
· Updating BagOfVisualWords to be fully serializable.
Accord.MachineLearning:
· Adding K-dimensional trees (K-d trees);
· Adding Mean-Shift clustering algorithm;
· Adding support for weights in Gaussian Mixture Models;
· Correcting the name of the K-Nearest Neighbors algorithm;
· Improving K-Nearest Neighbors for double[] using a K-d tree;
· Changing K-Nearest Neighbors generic argument to represent the
· instance type rather than the type of the array of instances.
Accord.Statistics:
· Adding interfaces for density estimation kernels;
· Adding Gaussian, Epanechnikov, Uniform density kernels;
· Adding Bartlett's and Levene's tests for variances;
· Adding hypothesis tests for comparing ROC curves;
· Adding support for scatterplot generation directly from ROC curves;
· Adding running Markov models and running Markov classifier filters;
· Working on more source code examples for the documentation.
Accord.Math:
· Adding Levenshtein distance for strings.
Accord.Imaging:
· Updating BagOfVisualWords to be fully serializable.
Accord.MachineLearning:
· Adding K-dimensional trees (K-d trees);
· Adding Mean-Shift clustering algorithm;
· Adding support for weights in Gaussian Mixture Models;
· Correcting the name of the K-Nearest Neighbors algorithm;
· Improving K-Nearest Neighbors for double[] using a K-d tree;
· Changing K-Nearest Neighbors generic argument to represent the
· instance type rather than the type of the array of instances.
Accord.Statistics:
· Adding interfaces for density estimation kernels;
· Adding Gaussian, Epanechnikov, Uniform density kernels;
· Adding Bartlett's and Levene's tests for variances;
· Adding hypothesis tests for comparing ROC curves;
· Adding support for scatterplot generation directly from ROC curves;
· Adding running Markov models and running Markov classifier filters;
Accord.NET Framework 2.8.1
released Jan 10, 2013 (New Release)
General:
· Working on more source code examples for the documentation.
Accord.Math:
· Adding Levenshtein distance for strings.
Accord.Imaging:
· Updating BagOfVisualWords to be fully serializable.
Accord.MachineLearning:
· Adding K-dimensional trees (K-d trees);
· Adding Mean-Shift clustering algorithm;
· Adding support for weights in Gaussian Mixture Models;
· Correcting the name of the K-Nearest Neighbors algorithm;
· Improving K-Nearest Neighbors for double[] using a K-d tree;
· Changing K-Nearest Neighbors generic argument to represent the
· instance type rather than the type of the array of instances.
Accord.Statistics:
· Adding interfaces for density estimation kernels;
· Adding Gaussian, Epanechnikov, Uniform density kernels;
· Adding Bartlett's and Levene's tests for variances;
· Adding hypothesis tests for comparing ROC curves;
· Adding support for scatterplot generation directly from ROC curves;
· Adding running Markov models and running Markov classifier filters;
· Working on more source code examples for the documentation.
Accord.Math:
· Adding Levenshtein distance for strings.
Accord.Imaging:
· Updating BagOfVisualWords to be fully serializable.
Accord.MachineLearning:
· Adding K-dimensional trees (K-d trees);
· Adding Mean-Shift clustering algorithm;
· Adding support for weights in Gaussian Mixture Models;
· Correcting the name of the K-Nearest Neighbors algorithm;
· Improving K-Nearest Neighbors for double[] using a K-d tree;
· Changing K-Nearest Neighbors generic argument to represent the
· instance type rather than the type of the array of instances.
Accord.Statistics:
· Adding interfaces for density estimation kernels;
· Adding Gaussian, Epanechnikov, Uniform density kernels;
· Adding Bartlett's and Levene's tests for variances;
· Adding hypothesis tests for comparing ROC curves;
· Adding support for scatterplot generation directly from ROC curves;
· Adding running Markov models and running Markov classifier filters;
Accord.NET Framework 2.8.0
released Nov 12, 2012 (New Release)
· Accord.Statistics
· Adding data processing filters for data randomization,
· branching, grouping, elimination and imputation;
· Adding Precision, Recall and F-Score in Confusion matrix;
· Adding GrandMean calculation in Statistics.Tools;
· Adding the Negative Binomial, Pareto, Laplace, Inverse
· Gamma, Beta, Wishart, Inverse Wishart, Dirichlet distributions;
· Adding the Two Proportion Z-Test, Paired T-Test and Multinomial test
· Correcting Noncentral T distribution pdf calculation;
· Correcting Skewness and Kurtosis calculations;
· Correcting ANOVA when groups have different sizes;
· Adding support for newer Excel versions in ExcelReader;
· Adding support for different sample weights in HMM learning;
· Adding distinct elements calculation in DescriptiveAnalysis;
· Adding standalone Standard Error computation for ROC curves.
· Accord.MachineLearning
· Redesigning clustering framework to accomodate the
· Binary-Split algorithm, K-Means, K-Modes and GMMs;
· Adding support for cancella
· Adding data processing filters for data randomization,
· branching, grouping, elimination and imputation;
· Adding Precision, Recall and F-Score in Confusion matrix;
· Adding GrandMean calculation in Statistics.Tools;
· Adding the Negative Binomial, Pareto, Laplace, Inverse
· Gamma, Beta, Wishart, Inverse Wishart, Dirichlet distributions;
· Adding the Two Proportion Z-Test, Paired T-Test and Multinomial test
· Correcting Noncentral T distribution pdf calculation;
· Correcting Skewness and Kurtosis calculations;
· Correcting ANOVA when groups have different sizes;
· Adding support for newer Excel versions in ExcelReader;
· Adding support for different sample weights in HMM learning;
· Adding distinct elements calculation in DescriptiveAnalysis;
· Adding standalone Standard Error computation for ROC curves.
· Accord.MachineLearning
· Redesigning clustering framework to accomodate the
· Binary-Split algorithm, K-Means, K-Modes and GMMs;
· Adding support for cancella
Accord.NET Framework for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Accord.NET Framework from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
Media Player Morpher
85% Off -
WinX DVD Copy Pro
42% Off -
MacX MediaTrans
63% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Ripper Pro
50% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- dotConnect for MySQL Professional 10.1.35
- dotConnect for Oracle Professional Edition 11.1.33
- Audio DJ Studio for .NET 11.0
- Audio Sound Editor for .NET 8.0
- PDF-XChange Drivers API 10.1.1.381
- SmartCode VNC Manager Standard Edition x64 2023.9.1
- Python Encryption Library x64 9.5.0.98
- Audio Capture Pro ActiveX Control 2.0
- SmartCode VNC Manager Enterprise Edition x64 2023.9.1
- dotConnect Universal Mobile Edition 5.2.21
- Data Burner ActiveX Ocx SDK 4.1
- VideoCap Pro SDK ActiveX 17.0.0.0
- THTMLPopup 10.2.4.0
- Visualization Toolkit (VTK) 9.1.0
- MailMill COM x64 1.2.5
- My RSE Extensions 1.0.2
- TsMultiLineComboBox 1.04
- Ultimate SFTP Component 5.2.9092
- JOpt.NET 2.3.6
- GTK+ for Windows x64 3.24.14
Popular Tags
activex
windows 7
postnet
component
vb net
server
dotnet
barcode
programming
library
smtp
visual basic
sdk
code 93
dll
email
windows
net
pop3
visual studio
asp net
pdf
mime
delphi
html
.net
net component
control
ssl
pdf417
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- PHP 8.5.5
- dotConnect for MySQL Professional 10.1.35
- dotConnect for Oracle Professional Edition 11.1.33
- Miraplacid Text Driver SDK 8.0
- Turbo C++ 3.0
- dbForge Documenter for SQL Server 2025.3
- Windows Installer 4.5
- StyleControls 5.86
- Software Ideas Modeler Portable 15.31
- Free OCR C# 2022.8.7804
- Windows Post-Install 8.7.2
- Review Assistant 4.3.11
- Java SE Development Kit (JDK) 8 Update 221
- Code::Blocks for Windows 20.03 Build Apr 3 20
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



