issues
search
genbattle
/
dkm
A generic C++11 k-means clustering implementation
MIT License
209
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Change types and max values from 64 bit to 32 bit
#26
georgeslabreche
opened
3 years ago
0
Using unsigned fixed width integer types for data point arrays causes compile-time error
#25
georgeslabreche
opened
3 years ago
0
Make code citable with a Digital Object Identifiers (DOI)
#24
georgeslabreche
opened
3 years ago
0
Using std::array forces the dimension of the points to be defined in compile time
#23
georgeslabreche
opened
3 years ago
1
Avoid asking for a discrete_distribution when all weights are zero
#22
hedtke
opened
3 years ago
1
Add dynamic matrix
#21
Eleobert
opened
3 years ago
4
invalid probability vector for discrete_distribution
#20
gabrieldevillers
opened
4 years ago
0
Fix CI build
#19
genbattle
closed
4 years ago
1
change random generator so it works on 32bit armhf
#18
thorstink
closed
4 years ago
4
static_assert(__which < 0, /* needs to be dependent */
#17
thorstink
opened
4 years ago
1
Fix error in return type stated in README.md
#16
kam3k
closed
4 years ago
1
readme wrong information for return type of kmeans_lloyd()
#15
UriahHuang
closed
4 years ago
3
Building for visual studio 2017 community edition
#14
AntonKukoba1
opened
5 years ago
1
Fixes get_random_seed() function to return randor seed, not _has_rand_seed
#13
adevaykin
closed
5 years ago
3
Implement N-dimensional array class to replace `std::vector<std::array<T, N>>`
#12
genbattle
opened
5 years ago
2
converting std::array<T,N> to std::vector<T>
#11
muzammil360
closed
5 years ago
1
Is all the source code in include?
#10
muzammil360
closed
5 years ago
1
K-Means Predict
#9
randuck-dev
closed
5 years ago
3
[Feature Request] Please add dkm::kmeans_lloyd that take std::vector<std::vector<..>>
#8
firesurfer
closed
5 years ago
2
Update README.md
#7
ianfhunter
closed
6 years ago
1
Invalid std::vector::reserve argument in closest_distance
#6
astepanov83
closed
6 years ago
2
Travis CI update
#5
genbattle
closed
6 years ago
0
Support MSVC++ 12.0
#4
muecs
closed
6 years ago
0
Can you expand in the readme to give more instructions?
#3
kevinGodell
closed
6 years ago
4
Various commonly needed utility functions
#2
eozd
closed
7 years ago
2
Utility functions for commonly occurring problems
#1
eozd
closed
7 years ago
1