搜索资源列表
KNN
- knn算法,java 源码实现,简单有效的算法-algorithm of knn,a simple and efficient algorithm
RoughSet
- 可嵌入weka 的粗糙集分类算法程序 -Can be embedded in the rough set classification algorithm weka program
KNN
- KNN算法,数据挖掘中的,很适合初学者学习啊。-KNN algorithm, data mining, it is suitable for beginners to learn ah.
ml-knn
- code for K Nearest Neighbor algorithm in java
Knn-java
- java实现的数据挖掘knn算法,一般算法的改进,准确率有所提高-java implementation of data mining knn algorithm, the general algorithm, improved accuracy
src
- src.rar this is used to develop knn algorithm
KNN
- this is used to develop the knn algorithm
icmc
- this can be used to develop the knn algorithm easily
KNN-and-KMean
- KNN and KMean algorithm in Java
classify
- KNN算法 过热个个人情感人分给4天然3团购3它推24他3天2天推4推4推435推五万三千二百四十五-The KNN algorithm overheating personal affection and give the 4 3 buy natural push it 24 three days and two days he pushed 4 push 4 push 435 push Wuwan 3,200 45
yangliu
- 用KNN算法实现的文本分类系统,很详细,作者很强大,尤其是对于MAP的使用,炉火纯青,值得学习,受益匪浅!-KNN algorithm with the text classification system, very detailed, the author is very strong, especially for the use of the MAP, high degree of professional proficiency, it is worth learning, benef
KNN
- java实现KNN(k-Nearest Neighbor algorithm)算法,可以设置改变k值。-The code implement KNN(k-Nearest Neighbor algorithm)algorithm,and you can change the value of K.
knn-source
- 实现knn算法。可以直接使用,非常方便、好用的-Knn algorithm. Can be used directly, very convenient, easy to use
KNN
- KNN算法的实现,并提供了测试数据集,在数据挖掘方面有需要的同学可以下载去看看。-KNN algorithm
KNN
- KNN算法分析及研究,将训练元组和测试元组看作是n维(若元组有n的属性)空间内的点,给定一条测试元组,搜索n维空间,找出与测试元组最相近的k个点(即训练元组),最后取这k个点中的多数类作为测试元组的类别。-Yuan KNN algorithm analysis and research, the training set and test set as a n d have the n properties (if a tuple) within the space of points, giv
KNN-Java
- KNN算法及其java实现;描述了KNN算法的思想和步骤,并给出java代码-KNN algorithm and its java implementation It describes the ideas and procedures of KNN algorithm, and gives java code
knn-java
- KNN算法java实现,可跑,可执行,无需做改动。-KNN algorithm to achieve the java can run the executable without making changes.
knn
- 运用java 语言简单实现knn算法,邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(Using java language simple implementation of KNN algorithm, neighbor algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simples
knn
- KNN改进算法,在KNN原有的基础之上进行改进的呢算法(The improved algorithm of KNN can improve the algorithm)
knn
- 数据挖掘与机器学习之knn算法原理实例。(An example of the principle of data mining KNN algorithm)