登录
首页 » matlab » bottom_up_segmentation

bottom_up_segmentation

于 2021-03-20 发布 文件大小:2KB
0 115
下载积分: 1 下载次数: 8

代码说明:

  这是TD算法的逆过程,首先将时间序列,划分为相邻点的短序列,当然此时的拟合误差为0,因为第一点和第二点的连线,原始点都落在线段上。将相邻两个线段连接起来,此时每条线段包含三个原始点,计算中间那个点的拟合误差。这样,所有这些三个点的线段中的中间点的拟合误差计算出来后,找出误差最小且误差小于阀值R的分段,作为第一条包含三个点的线段。 在上面的基础上,第一条分段同样的和相邻线段连接,然后计算每一条分段的拟合误差,再找出误差最小且小于阀值R的分段,作为第二个分段。依次方式循环,直到所有分段的拟合误差都小于阀值R,分段结束。 (This is the reverse process of TD algorithm, the first time series is divided into short sequences adjacent dots, of course fitting error is zero at this time, because the first and second points of connection, the original point fall line on. The two adjacent segments are connected, then each segment contains three original point, the intermediate fitting error calculated that point. Thus, after all these segments fitting error of three points in the intermediate point calculated to find the minimum error and the error is less than the threshold R segment, as the first line contains three points. Based on the above, the first segment and the adjacent line segment connecting the same, and then calculate a fitting error for each segment, and then find the smallest error and less than the threshold R segment, as the second segment . Followed by a cyclic manner until all segments fitting error is less than the threshold R, segment ends.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SendTestData_2
    从声卡SPEAK 端 输出1HZ 锯齿波。 MATLAB编程(generating 1 Hz sawtooth from the Sound card )
    2009-04-18 10:19:39下载
    积分:1
  • erlang_B
    爱尔兰B公式,给定流入话务量和中继信道数,可以求出阻塞率(Ireland B formula)
    2010-05-17 14:47:33下载
    积分:1
  • pts2
    pts降低正交频分复用ofdm的峰均比论文 (Pts is to reduce the frequency in the papers are better than to as remultiplexing )
    2010-05-28 22:57:18下载
    积分:1
  • circle_fit
    Revival of a 14 years old code (written in 1991 for MATLAB 2.x). Given a set of measured x,y pairs that a re supposed to reside on a circle, but with some added noise. A circle to these points, i.e. find xc,yc,R, such that (x-xc)^2+(y-yc)^2=R^2 The method minimizes the sum of squared radial deviations.
    2012-08-22 17:12:30下载
    积分:1
  • BLtoXY
    高斯投影 用于GPS投影到高斯平面,GPS经纬度转换成 米(Gauss projection)
    2016-11-15 10:53:43下载
    积分:1
  • p172_1
    模式分类,课后题,中文版172页第1题,MATLAB源程序(Pattern classification, after-school question, the Chinese version of 172 No. 1 problem, MATLAB source code)
    2010-06-07 21:09:06下载
    积分:1
  • AdaBoost
    使用MATLAB 编程实现的自适应增强分类器的一个具体实例,内含具体程序,并已调试成功(Adaptive Programming using MATLAB enhanced classifier to a specific case that contains specific procedures, and has been successful commissioning)
    2010-12-03 10:00:40下载
    积分:1
  • pattern-recognition-
    这是一个关于图像识别的程序,可以根据图像中的某些点,识别出图像的形状(This is a program on the image recognition, according to some point in the image, identify the shape of the image)
    2011-01-20 14:01:49下载
    积分:1
  • SELECT
    Selecting pattern in matlab in source code
    2010-05-06 20:56:59下载
    积分:1
  • The-gradient-descent-method
    梯度下降法是一个最优化算法,常用于机器学习和人工智能当中用来递归性地逼近最小偏差模型(The gradient descent method is an optimization algorithm used in machine learning and artificial intelligence to recursive approximation of the minimum deviation model )
    2014-10-22 16:44:40下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载