Location:
Search - KNN in c
Search list
Description: 有关于KNN的C++源码(很经 典的)-on KNN C source (classic)
Platform: |
Size: 5120 |
Author: |
Hits:
Description: KNN and GA algorithm-KNN algorithm and GA
Platform: |
Size: 685056 |
Author: tlb |
Hits:
Description: knn和Native Bayes算法实现,两个实现在一起,是数据挖掘和机器学习中的内容.-KNN and Native Bayes algorithm, the two to achieve together, is data mining and machine learning content.
Platform: |
Size: 174080 |
Author: |
Hits:
Description: k最近邻分类算法:用C++实现KNN分类-k Nearest Neighbor Classification Algorithm: The C++ realize KNN classification
Platform: |
Size: 303104 |
Author: 徐晓云 |
Hits:
Description: k近邻算法的c++实现,在vs2003上编译通过-k neighbor algorithm c++ realize, in the VS2003 compiled through
Platform: |
Size: 967680 |
Author: ETSmallville |
Hits:
Description: K Nearest Neighbor algorithm Implementation and Overview
Platform: |
Size: 2048 |
Author: vietanh |
Hits:
Description: 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.
Platform: |
Size: 624640 |
Author: duckur |
Hits:
Description: 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺部病灶穿刺细胞学涂片,肺癌识别诊断率94180 ,假阳性率1185 ,假阴性率3135 ,肺癌分类识别率82190 ,核异型细胞识别率74120 "结论:/智能化肺癌早期细胞病理诊断系统0对肺癌细胞涂片诊断率高,克服了肺癌细胞病理诊断过程中取检细胞数量少,重叠细胞识别率低,涂片背景及染色差异等干扰因素,可辅助临床肺部病灶的穿刺细胞病理诊断"-Objective Design and develop a intelligent cytopathological lung cancer diagnosing system(ICLCDS) utilizing the latest computer technologies(including Reinforcement Lcaming Multiple Classifier Fusion and Dimcnsionality Reduction) and the cy-topathological knowledge on lung canccrcclls Methods We got information ofcclls and segregated cell regions in a slice image using an magi scgmcntouon a址orithm Sascd on reinforcement lcaming including rcconstmction of overlapped cell area Sascd on B一Spline and improved dcBoor-Cox Mcthoc} We comSincd multiple classifiers including Baycsian classific:Support Vector Machine(SVM)
classific K-Ncarcst NcighSour( KNN) and Decision c classific to achieve an accurate result of cytopathological lung cancer diag-nosis Results Experimental results on 1 200 cases randomly selected we as follows the accurate diagnosis rate for lung cancer idcn-tification was the false positive rate was 1. 8`J /c‘the false negative rate was 3. 3`J /c‘the type class
Platform: |
Size: 221184 |
Author: 高阳 |
Hits:
Description: 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
Platform: |
Size: 440320 |
Author: 绍敏 |
Hits:
Description: C语言K近邻分类器KNN,有5个简单的例子供学习-knn classifier in C,5 simple examples are included
Platform: |
Size: 31744 |
Author: 陈思敏 |
Hits:
Description: 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
Platform: |
Size: 739328 |
Author: hqj |
Hits:
Description: the code for taitanic algorithm in c++
Platform: |
Size: 96256 |
Author: laith |
Hits:
Description: KD Tree KNN
This source code implement KD Tree in C#
This is for my research
Performance very good
Using Parralel proceessing
Platform: |
Size: 137216 |
Author: Cang |
Hits:
Description: 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.
Platform: |
Size: 3072 |
Author: Echo |
Hits:
Description: 在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 percentage of predicted
Platform: |
Size: 2048 |
Author: 王瑞 |
Hits:
Description: visual C++ 编写的KNN算法, -written in visual C++ KNN algorithm
Platform: |
Size: 7085056 |
Author: 王婷 |
Hits:
Description: This simple KNN algorithm implementation for Feature selection, written in C-This is simple KNN algorithm implementation for Feature selection, written in C++
Platform: |
Size: 259072 |
Author: melaning21 |
Hits:
Description: KNN Aqlgorithm implementation in C#
Platform: |
Size: 72704 |
Author: Reza |
Hits:
Description: 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 nearest neihgbor implementation,
and a recursive k-nearest neighbor search implementation.
Platform: |
Size: 5120 |
Author: AMIMIMEK |
Hits:
Description: 机器学习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 to) the majority of the sample belongs to a class, then the samples were also belong to this category.
Platform: |
Size: 787456 |
Author: chenziyou |
Hits: