K-S检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。
上传时间: 2014-01-02
上传用户:youlongjian0
k均值算法matlab实现,模式识别中常用
上传时间: 2016-06-27
上传用户:fandeshun
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
Determination of number of clusters in K-Means Clustering and Application in color image segmenta
标签: Determination Application Clustering clusters
上传时间: 2013-12-05
上传用户:zsjzc
求第K个最小值 比2分法还快的算法 只要比N-1次就行
上传时间: 2016-07-01
上传用户:cooran
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
标签: relational following tables given
上传时间: 2014-01-14
上传用户:cx111111
寻找k个聚类中心的算法,也就是对k-means算法初始化进行改进的一种算法
上传时间: 2016-07-02
上传用户:z754970244
K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)
上传时间: 2013-12-20
上传用户:chenjjer
基于ZLGD7290的加热炉手动控制程序。采用K型温度传感器测温。
上传时间: 2014-02-20
上传用户:yzy6007
摘要: 基于单片机的控制系统已经广泛地应用在人们生活的方方面面, 其功能也越来越强大。本文介绍一种以A R M 单片机为核 心的步进电机控制系统, 该系统可在提高精度的同时降低生产成本, 是步进电机控制系统改善和提高的一条有效途径。 关键词: 控制系统 单片机 A R M 步进电机
上传时间: 2013-12-25
上传用户:R50974