搜索资源列表
KNN(CSHARP).rar
- 文本分类算法KNN的C#实现源码
KNN
- C# 实现KNN算法并输出紧邻0 1 矩阵,支持多维数据输入,非常方便 -C# implementation of KNN algorithm and output close to 01 matrix to support the multi-dimensional data input, a very convenient
KNNwebpageclassificate
- 实现中文网页分类,使用贝叶斯和KNN算法,基本功能可实现-The achievement of the Chinese web page classification, the use of Bayes and KNN algorithm, the basic functions can be realized
KNN
- KNN K最邻近算法 的 C++ 的 源程序-KNN
knn
- k最临近算法,希望大家相互交流,互相提高。-most k approaching algorithm, hope that we exchange with each other to improve.
KNN
- 对数据挖掘中KNN算法的代码实现。包含实验报告格式、可实现代码及代码解析。-KNN algorithm for data mining in the code implementation. Contains the experiment report format, enabling code and code analysis.
KNN
- knn算法,希望对大家有用.这是上部分,接下去我还会上传下部分,和中部分-knn algorithm, we want to be useful. This is the last part, it follows that I will upload the next part, and in some
knn
- knn算法,用kNN算法对鸢尾花数据进行了分类-knn algorithm, kNN algorithm with a classification of the iris data
knn
- 本文是Weka开发的Knn算法,文中包括算法的实现代码,并且附有算法解析。-This article is Weka developed Knn algorithm, including the implementation of the code of the algorithm, and with the algorithm to parse.
KNN
- KNN算法有需要完整的请与QQ联系1125361550-KNN
knn
- knn算法的简单实现,需要测试两个文件,一个测试文档,一个是待分类文本-knn algorithm is simple to achieve, you need to test the two documents, a test document, a text is to be classified
KNN
- KNN算法实现 文本分类,C++实现-KNN text classification
KNN
- c语言实现KNN算法,包括头文件函数以及主函数,完整有用-KNN algorithm c language, including the header file functions and the main function, full of useful
KNN
- 基于k-d树的knn算法实现,实现较简单,供初学参考。-Knn, K-D tree
knn
- 一个简单的knn算法程序,核心算法是基于欧几里得距离,程序在vs2010上调试运行,一点问题都没有,其他环境不知道-A simple knn algorithm program, the core algorithm is based on the Euclidean distance, program debugging run on vs2010, no problem at all, other environments do not know.
KNN
- 自己编写的最近邻KNN算法,采用的距离是欧氏距离,附加了详细的中文注释,还有一个测试集和一个训练集- I have written KNN nearest neighbor algorithm, the distance is the Euclidean distance, additional detailed notes in Chinese, as well as a test set and a training set
KNN
- kNN算法(k临近算法)的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。-The core idea of kNN algorithm is that if a sample in the feature space of k-nearest neighbor samples Most belong to a category, then the sample also fall into this catego
knn
- 代码通过python2实现KNN算法,文件夹中包含使用数据及其使用代码。在python2中能很好的运行(Code through python2 to achieve KNN algorithm)
KNN方法
- 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(The adjacent algorithm, or the K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in the data mining classification technique)
knn
- 基于matlab的knn算法,可用于数据挖掘(KNN algorithm by matlab)