Java Statistical Analysis Tool, a Java library for Machine Learning
Stars
799
Forks
207
Watchers
799
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.6k
commits
14
commits
5
commits
4
commits
3
commits
3
commits
2
commits
2
commits
2
commits
2
commits
Fixed bug in StringUtils not working on numbers formated as ".213" that are missing a leading zero.
c0a08d4View on GitHubAdding code from paper Exact Acceleration of K-Means++ and K-Means‖
0693e5bView on GitHubOuter loop of NewGLMET is usually dense enough or rare enough that full pass is fine using faster boolean arrays, and we can maker the use of the hash map occur for just the smaller portion of samples in the iner loop.
ddfbd2aView on GitHubOnly sort for column major data where it will make a big difference & improvement.
d3eedc7View on GitHubAdding ProjectionTransform for applying/using a specific projection matrix with bias offset. Should make PCA extend in the future
87e5368View on GitHubAdding new FixedDataTransform as a functional interface to make life easier to apply a simple/quick alteration to a data set.
3e457ccView on GitHubAdding default implementations for extended interface methods
fbb686dView on GitHubAdding fast path for common case of inserting from lowest index to highest for sparse vector
d8e09ecView on GitHubSmall change to make randomSplit work better for sparse column stored data
328c0caView on GitHubMaking the combineAllBut method a little more flexible to ignoe the "but" part and just combine everything
bbf80bcView on GitHub