搜索资源列表
NN_java.zip
- kNN classifier in JAVA,kNN classifier in JAVA
KNNSOURCECODE
- 用KNN实现资源分类,代码可扩展性强,而且很有条理-KNN Classification of resources used, code scalability, but also very structured
KNN-ALGORITHM
- Java,knn,是一牛人写的关于knn算法的实现方式。算法逻辑性强,条理清晰-Java, knn, is a cow who was on the way to achieve the knn algorithm. Algorithm logic is strong, the clarity of
KNN
- KNN算法的java实现,快速排序构造候选类列表-KNN implementation using java
knnrfid
- KNN. K- Neighbor Nearest Algorithm
RoughSet
- 可嵌入weka 的粗糙集分类算法程序 -Can be embedded in the rough set classification algorithm weka program
ml-knn
- code for K Nearest Neighbor algorithm in java
KNN
- A graphical software to illustrate the process of KDD (Knowledge Data Discovery) using the KNN (K near neighbor) method. The SW was developed in JAVA and is the code is commented. Works on linux and Windows.
knn
- java语言实现的KNN算法代码。 KNN就是K最近邻(k-Nearest Neighbor,KNN)分类算法-java language code of the KNN algorithm. KNN is a K-nearest neighbor (k-Nearest Neighbor, KNN) classification algorithm
KNN-and-KMean
- KNN and KMean algorithm in Java
KNN
- Algorithm KNN programming in Java
knn
- 使用java实现数据分类算法最近邻分算法knn,没有使用数据库,直接将数据存储在arraylist中-Using java nearest neighbor classification algorithm for data points algorithms knn, do not use a database, the data is stored directly in the arraylist
KNN-Java-Code
- 1NN的Java源代码,存在于weka环境下,weka是一款很好的数据挖掘工具。-1NN Java source code exists in the weka environment, weka is a very good data mining tools.
kNN-master-JS
- KNN implementation in perl java
ML_project
- 程序是对手写体数字进行识别,用knn算法,代码编写是用java。训练样本和验证样本都在代码中提供了。-The program is to handwriting figures to identify, with knn algorithm, the code is written with java. Training samples and validation samples are provided in the code.
knn
- 通过比较欧氏距离,定义K值,实现了机器学习中的KNN算法(By comparing Euclidean distance, we define the K value and realize the KNN algorithm in machine learning.)