搜索资源列表
CURE
- 数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with the nearest distance into one
AgglomerativeClustering
- 这是一个自下而上的凝聚层次聚类方法。最初,每个元素都是一个单独类,通过算法将两个最近的类合并成一个较大的类,直到形成一个最大包含所有元素的类。 -This is a bottom-up agglomerative hierarchical clustering method. Initially, each element is a separate class, the algorithms of the two most recent classes combined into a la
shenjingwangluo
- 基于神经网络的手势识别,神经网络的权重可以通过梯度下降法来学习,识别算法对上,下,合并,停止四种姿势进行识别,效果很好。-Gesture recognition based on neural network, neural network weights by gradient descent method to study, identify the algorithm to the upper and lower, merge, stop four kinds of gestures to
merger
- 算法设计与分析中的动态规划算法中的石头合并问题的C++代码-Algorithm design and analysis of the dynamic programming algorithm in the stone merger of the C++ code
Neuro-Fuzzy-System
- 经模糊系统经常被用来对非线性系统建模,并能取得很好的效果.UE和相似规则合并的神经模糊系统建模算法-Neuro-Fuzzy System Modeling with Density—Based Clustering
HACtest
- HAC 层次聚类算法,这个算法建立簇是进过特殊计算的,在合并之后进行评价-The algorithm for building clusters is computationally optimized. After merging the clusters only those matrix elements that are affected by merging are recalculated. The speed is increased in several hundred time
HACsources
- HAC 层次聚类算法,这个算法建立簇是进过特殊计算的,在合并之后进行评价-The algorithm for building clusters is computationally optimized. After merging the clusters only those matrix elements that are affected by merging are recalculated. The speed is increased in several hundred time
72147856
- 三个排序算法合并的源程序,用C语言做的,用主函数分别调用,是排序章节的实验!()