Adding a 'online' version of the TruthTable method which can just generate samples on the fly through an IEnumerable. TruthTable can now also work with any number of symbols per element position. |
|
More...
|
about 11 years ago
|
GC-85: Tools.Random is not thread safe. |
|
More...
|
about 11 years ago
|
Creating release 2.12.0 |
|
More...
|
about 11 years ago
|
Merge branch 'development' |
|
More...
|
about 11 years ago
|
Updating copyright headers, preparations for next release. |
|
More...
|
about 11 years ago
|
Attempting to normalize more unit tests due to differences in sorting algorithms. |
|
More...
|
about 11 years ago
|
Adding specialized Kd-Tree methods to return just the closest neighbor in a query. |
|
More...
|
about 11 years ago
|
Correcting Determinant and LogDeterminant implementation when the given matrix is symmetric but not positive definite. |
|
More...
|
about 11 years ago
|
Updating Gaussian Mixture models to provide log-domain computations. |
|
More...
|
about 11 years ago
|
Adjusting edge cases in Mahalanobis and Bhattacharyya distance calculations. |
|
More...
|
about 11 years ago
|
Reverting K-Means ordering. It could be re-added as a post-processing step later. |
|
More...
|
about 11 years ago
|
GC-83: Error in Accord.Statistics.Tools. |
|
More...
|
about 11 years ago
|
GC-81: Redundant condition check in specialized Inverse method. |
|
More...
|
about 11 years ago
|
GC-82: Serializable annotation is needed on class Accord.Statistics.Analysis.ContrastFunctions.Logcosh |
|
More...
|
about 11 years ago
|
Merge pull request #1 from hanswolff/master |
|
More...
|
about 11 years ago
|
retain ReadOnlyDictionary reference instead of recreating instance on each property get |
|
More...
|
about 11 years ago
|
Updating version numbers. |
|
More...
|
about 11 years ago
|
Updating release notes. |
|
More...
|
about 11 years ago
|
GC-66: Adding fitting options for empirical distributions. |
|
More...
|
about 11 years ago
|
Working on documentation. |
|
More...
|
about 11 years ago
|
Working on documentation. |
|
More...
|
about 11 years ago
|
Adding specialized methods for when only the closest neighbor is needed in a KDTree. Also adding options to provide only an approximate answer based on the number of leaf nodes visited. |
|
More...
|
about 11 years ago
|
Working on documentation. |
|
More...
|
about 11 years ago
|
Updating Codification filter to work without DataTables. |
|
More...
|
about 11 years ago
|
Updating the Reshape method for jagged arrays so it can work even with with non-rectangular arrays. |
|
More...
|
about 11 years ago
|
Updating Code Analysis rules. |
|
More...
|
about 11 years ago
|
Improving Submatrix creation, adding extra parameters to avoid extra memory allocations. |
|
More...
|
about 11 years ago
|
Adding a proper KDTree class without generic arguments to both avoid public static methods in the generic class, as well as provide a KDTree implementation when there is no particular interest in the type of data being stored in the tree. |
|
More...
|
about 11 years ago
|
Adding initial support for decision rule simplification. |
|
More...
|
about 11 years ago
|
Working on documentation. |
|
More...
|
about 11 years ago
|