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
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Ripper Pro
50% Off -
WinX DVD Ripper
50% Off -
WinX HD Video Converter
56% Off -
Media Player Morpher
85% 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 9.3.104
- iReport 5.6.0
- Mouse Gestures 1.2
- Ultimate SFTP Component 5.2.9092
- Active Sound Recorder for .NET 4.4.0.2
- TsMultiLineComboBox 1.04
- jPDFAssemble 2021R1
- Audio Sound Editor for .NET 8.0
- MoSync IDE 3.2
- Visualization Toolkit (VTK) 9.1.0
- Ultimate ZIP Component 5.2.9092
- ScNet 1.0.0
- MailMill COM x64 1.2.5
- Lazarus x64 3.2
- My RSE Extensions 1.0.2
- dotConnect Universal Mobile Edition 5.2.21
- yWriter 7.1.5.2
- Hamsterdb 2.2.1
- JOpt.NET 2.3.6
- WebData 10.2.4.0
Popular Tags
barcode
activex
visual studio
ssl
dotnet
net
programming
visual basic
sdk
mime
asp net
email
windows
postnet
vb net
pop3
library
server
component
pdf417
dll
pdf
net component
.net
html
smtp
windows 7
delphi
code 93
control
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4350
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- StrokeScribe 5.2.12.0
- C# QR Barcode Reader 2021.11
- ExamDiff Pro 15.0.1.24
- Open Fortran Parser 0.8.3
- Portable RJ TextEd 4.15
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- jPDFImages 2021R1
- All-In-One Cufon 1.1.1
- dotConnect for MySQL Professional 9.3.104
© 2025 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.