搜索资源列表

  1. KNN

    0下载:
  2. 基于VC++编写的模式识别分类中的KNN算法程序-Written in VC++ based on pattern recognition classification of the KNN algorithm program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:140288
    • 提供者:颃帆
  1. KNN

    0下载:
  2. 用k-means算法实现KNN算法,是模式识别中的经典算法再现-K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:Jiawen Wu
  1. knn

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

    • 发布日期:2024-05-04
    • 文件大小:372736
    • 提供者:hqj
  1. KNN

    0下载:
  2. KNN算法,数据挖掘中的,很适合初学者学习啊。-KNN algorithm, data mining, it is suitable for beginners to learn ah.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:22528
    • 提供者:马启超
  1. knn

    0下载:
  2. knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the outpu
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:kevin
  1. KNN

    0下载:
  2. 这是一个KNN聚类程序,大家共同学习,希望对大家有帮助!-This is a KNN clustering procedure, we learn together, we hope there is help!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:y
  1. knn

    0下载:
  2. K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:郭乐
  1. KNN

    0下载:
  2. Knn的java程序,通过程序演示了knn算法的实现过程。-the demo of Knn ,java平台下
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:张健渤
  1. KNN

    0下载:
  2. 由于在网上没有找到数据挖掘中KNN的java算法,于是自己写了一个,对需要KNN的java代码的朋友,肯定会有帮助-Since the Internet does not find the java KNN data mining algorithms, so to write one, the java code that need to KNN friends will certainly help
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:7256064
    • 提供者:sixh
  1. knn

    0下载:
  2. this a program that combine knn classifier with PCA to classify vehicle data set.-this is a program that combine knn classifier with PCA to classify vehicle data set.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:paolo
  1. knn

    0下载:
  2. 这是一个完善的KNN算法。算法清晰,备注明确,分类效果良好。-This is a perfect KNN algorithm. Algorithm is clear, clear notes, a good classification results.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:wuxin
  1. SVM-KNN

    1下载:
  2. 很实用的MATLAB SVM KNN算法,适合7.0以上的办版本使用。-very good
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:48128
    • 提供者:松林
  1. KNN

    0下载:
  2. 使用matlab实现的KNN分类器,可以设置最近邻的个数-Implemented using the KNN classifier matlab, you can set the number of nearest neighbor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:jcli
  1. KNN

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-KNN algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1293312
    • 提供者:Echo
  1. knn

    0下载:
  2. knn算法程序,它是一种基于matlab的模式识别算法,用于文本或其他数据样本的分类。-KNN algorithm based on matlab, the pattern recognition algorithm, the use of classification and identification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:234496
    • 提供者:于央
  1. Bayes-KNN

    0下载:
  2. 基于贝叶斯-KNN文本分类算法的设计与实现。 是贝叶斯和KNN两种分类算法的结合。-Bayesian-KNN text categorization algorithm design and implementation. Bayes and KNN is a combination of two kinds of classification algorithms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:208896
    • 提供者:晨曦
  1. knn

    0下载:
  2. 一种新的knn算法,并且比较快,占内存更小-a kind of knn algorithm and faster
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:qzy
  1. knn

    0下载:
  2. cuda下的brute force的 knn algorithm-knn under cuda
  3. 所属分类:并行运算

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:李瑞琪
  1. kNN

    0下载:
  2. KNN分类方法,用于文本分类工作的研究。-KNN classification method, for text categorization of the research work
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:杨雪
  1. Knn-java

    0下载:
  2. java实现的数据挖掘knn算法,一般算法的改进,准确率有所提高-java implementation of data mining knn algorithm, the general algorithm, improved accuracy
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:8192
    • 提供者:ethen
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org