搜索资源列表
knn
- K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized
choleq2
- /* CHOLEQ2.c */ #include <math.h> #define NN 50 main()-/* CHOLEQ2.c */ #include <math.h> #define NN 50 main()
