搜索资源列表
tsp_nn
- KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors- KNN classifiers, training is training set, testing is test set,
knn_cublas_with_indexes
- KNN 算法的cuda实现,通过cublas-KNN algorithm with cuBlas under CUDA
knn
- cuda下的brute force的 knn algorithm-knn under cuda
MPIch-KNN
- 基于MPICH的KNN并行化计算,固定5个进程同时计算,经24W个训练样本学习,预测效果良好.-MPICH-based KNN parallel computing, fixed five processes simultaneously calculated by 24W training samples to learn, good prediction.
CUDA_KDtree
- 使用KDtree进行KNN计算的source code-kd tree KNN