搜索资源列表
ch1_1Doc
- c++ 模式识别。这里主要是做了人脸识别的实验-c pattern recognition. Here is a face recognition experiments
linear-classify
- 最小二乘法的模式识别的程序,主要是线性分类器的设计-least square method linear classify design,
121
- 概念结构设计采用的是实体属性分析法。实体属性分析法是从总体的概念入手,从分析一个单位的事务活动开始,首先识别需求分析中所提供的实体及实体间的联系,建立一个初步的数据模型框架,然后在逐步的求精的方法加上必需的描述属性,形成一个完整的局部模型,称为用户视图,最后在加上这些视图集成一个统一的数据模式-Using the concept of structure design is entity attribute analysis. From the analysis of the general p
knn
- 这是一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳。 K-nearest neighbor search已经广泛应用在科学与工程上,比如模式识别,数据挖掘和信号处理。 -This is a small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm J