搜索资源列表
MBSAS
- 改进的基本顺序聚类算法,算法包括两个阶段,第一个阶段是将x的一些向量分配到聚类中来形成类;在第二个阶段中,没有被分配的向量第二次参与算法,并分配到合适的类中。-Improved basic sequential clustering algorithm,The algorithm consists of two phases, the first stage is some vector x is assigned to the cluster to form a class In the s
Perceptron-Algorithm
- 模式识别是对样本进行聚类,感知器算法是通过迭代计算修正权向量,使样本满足条件,从而实现分类。本程序对感知器算法进行了改进,当权向量不满足时,立即退出此轮计算,进入下一轮迭代,从而减少了计算次数。程序对代码有详细注释,对样本的个数和维数自动判别。-Pattern recognition, clustering samples, perception algorithm is iterative correction weight vector samples meet the conditions