CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - knn算法

搜索资源列表

  1. KNN(CSHARP).rar

    0下载:
  2. 文本分类算法KNN的C#实现源码
  3. 所属分类:C#编程

    • 发布日期:2011-05-09
    • 文件大小:107.99kb
    • 提供者:talonliu
  1. KNN

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:74.61kb
    • 提供者:jian
  1. KNNwebpageclassificate

    0下载:
  2. 实现中文网页分类,使用贝叶斯和KNN算法,基本功能可实现-The achievement of the Chinese web page classification, the use of Bayes and KNN algorithm, the basic functions can be realized
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:贾诏雄
  1. KNN

    0下载:
  2. KNN K最邻近算法 的 C++ 的 源程序-KNN
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.18kb
    • 提供者:xiayongdong
  1. knn

    0下载:
  2. k最临近算法,希望大家相互交流,互相提高。-most k approaching algorithm, hope that we exchange with each other to improve.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:400.94kb
    • 提供者:崔涛
  1. KNN

    0下载:
  2. 对数据挖掘中KNN算法的代码实现。包含实验报告格式、可实现代码及代码解析。-KNN algorithm for data mining in the code implementation. Contains the experiment report format, enabling code and code analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:22.27kb
    • 提供者:xb
  1. KNN

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.23mb
    • 提供者:luwanming
  1. knn

    0下载:
  2. knn算法,用kNN算法对鸢尾花数据进行了分类-knn algorithm, kNN algorithm with a classification of the iris data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:364.25kb
    • 提供者:hqj
  1. knn

    3下载:
  2. 本文是Weka开发的Knn算法,文中包括算法的实现代码,并且附有算法解析。-This article is Weka developed Knn algorithm, including the implementation of the code of the algorithm, and with the algorithm to parse.
  3. 所属分类:Other systems

    • 发布日期:2015-03-25
    • 文件大小:38kb
    • 提供者:binfei
  1. KNN

    0下载:
  2. KNN算法有需要完整的请与QQ联系1125361550-KNN
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:4.57kb
    • 提供者:yu
  1. knn

    0下载:
  2. knn算法的简单实现,需要测试两个文件,一个测试文档,一个是待分类文本-knn algorithm is simple to achieve, you need to test the two documents, a test document, a text is to be classified
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2.98kb
    • 提供者:2006081224
  1. KNN

    0下载:
  2. KNN算法实现 文本分类,C++实现-KNN text classification
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:8.85kb
    • 提供者:赵雷
  1. KNN

    0下载:
  2. c语言实现KNN算法,包括头文件函数以及主函数,完整有用-KNN algorithm c language, including the header file functions and the main function, full of useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:9.53kb
    • 提供者:fl
  1. KNN

    0下载:
  2. 基于k-d树的knn算法实现,实现较简单,供初学参考。-Knn, K-D tree
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:109.75kb
    • 提供者:
  1. knn

    0下载:
  2. 一个简单的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.
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2.43mb
    • 提供者:yu
  1. KNN

    0下载:
  2. 自己编写的最近邻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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:金国跃
  1. KNN

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:李小
  1. knn

    1下载:
  2. 代码通过python2实现KNN算法,文件夹中包含使用数据及其使用代码。在python2中能很好的运行(Code through python2 to achieve KNN algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:519kb
    • 提供者:jacob2359
  1. KNN方法

    0下载:
  2. 邻近算法,或者说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)
  3. 所属分类:其他

  1. knn

    0下载:
  2. 基于matlab的knn算法,可用于数据挖掘(KNN algorithm by matlab)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:cshinoc
« 12 3 4 »
搜珍网 www.dssz.com