I'm working to include `kmath-for-real` module int...
# mathematics
p
I'm working to include
kmath-for-real
module into kmath library (numpy-like operations using kmath). What I have for now is currently in
dev-pk
branch (https://github.com/mipt-npm/kmath/tree/dev-pk) and one example of using it is in https://github.com/pklimai/kmath-samples/blob/master/src/main/kotlin/kmeansHillClimbing.kt . @thomasnield this is based on your work and example is based on example https://github.com/thomasnield/numky/blob/master/src/test/kotlin/org/nield/numky/KMeansTwoVariablesHillClimbing.kt (I'm not sure why most of it was commented out). Overall I'm looking for feedback and directions on what else should be included in
kmath-for-real
.
😎 3