CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kNN in c

搜索资源列表

  1. deboor-cox.rar

    0下载:
  2. 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-13
    • 文件大小:215.63kb
    • 提供者:高阳
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:610.07kb
    • 提供者:duckur
  1. KNN

    1下载:
  2. 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:430.08kb
    • 提供者:绍敏
  1. knn

    1下载:
  2. 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. C语言K近邻分类器KNN,有5个简单的例子供学习-knn classifier in C,5 simple examples are included
  3. 所属分类:生物技术

    • 发布日期:2012-11-10
    • 文件大小:31kb
    • 提供者:陈思敏
  1. KNN

    0下载:
  2. K Nearest Neighbor algorithm Implementation and Overview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:vietanh
  1. knn-class-1-titanic

    0下载:
  2. the code for taitanic algorithm in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:93.94kb
    • 提供者:laith
  1. KDTreeKnn

    0下载:
  2. KD Tree KNN This source code implement KD Tree in C# This is for my research Performance very good Using Parralel proceessing
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:133.88kb
    • 提供者:Cang
  1. C

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-K nearest neighbor (K-Nearest Neighbor, KNN) classification algorithm, is a more mature approach in theory is the simplest machine learning algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2.65kb
    • 提供者:Echo
  1. lab02

    0下载:
  2. 在MATLAB实现的用C实现的KNN算法,输入训练数据文件,和test文件,进行预测分类,并且可以与真实情况比较测试预测正确百分比-Implemented in MATLAB KNN algorithm implemented in C, the input training data file, and test files, to predict the classification and testing with the real situation is more correct pe
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:王瑞
  1. KNN

    0下载:
  2. visual C++ 编写的KNN算法, -written in visual C++ KNN algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.76mb
    • 提供者:王婷
  1. KNN

    0下载:
  2. This simple KNN algorithm implementation for Feature selection, written in C-This is simple KNN algorithm implementation for Feature selection, written in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:252.64kb
    • 提供者:melaning21
  1. KNN-master

    0下载:
  2. KNN Aqlgorithm implementation in C#
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:71.25kb
    • 提供者:Reza
  1. kdtree-master

    0下载:
  2. K-d tree implementation in C++ for NN and KNN search Templated k-d tree example that makes use of boost geometry point classes. The k-d tree is build in bulk and supports N dimensions. The implementation contains a recursive and iterative ne
  3. 所属分类:Console

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

    0下载:
  2. 机器学习K近邻分类算法,使用的是C++编程。如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K-nearest neighbor classification machine learning algorithm, using the C++ programming. If a sample in feature space is k most similar (i.e., the feature space adjacent
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:768.85kb
    • 提供者:chenziyou
  1. New-Text-Document

    0下载:
  2. in the name is c# for algorithm knn
  3. 所属分类:Development Research

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:sami
  1. xc

    0下载:
  2. it is a new project for knn algorithm in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1018byte
    • 提供者:sami
  1. ss

    0下载:
  2. it is a new project of knn algorithm for the machine learning in the C# programing
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:sami
搜珍网 www.dssz.com