中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. 新聞中心

        EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > 一種基于密度的聚類的算法

        一種基于密度的聚類的算法

        作者: 時(shí)間:2011-08-18 來(lái)源:網(wǎng)絡(luò) 收藏

         部分偽代碼:

          Cluster M-DBSCAN()

          {

          Initialize S(n×n),dthr;

          For i=1:n

          If S(i,j)>=dthr

          sum(i)++;

          count(i,j)=j;

          j++;

          end

          end

          sort(sum(:));

          S’(1,:)=count(,:);

          S’(1,n+1)=meanradius;

          S’(1,n+2)=meandistance2;

          If meandistance1meandistance2

          If meanradiusnewmeanradius

          Add xj to S’(1);

          S’(1,n+1)=new meanradius;

          Else

          Next class;

          End

          If no class

          Create a new class S’(2);

          End

          …

          Until no data come

          It’s over

          Output S’

          }



        關(guān)鍵詞: 算法 密度 基于

        評(píng)論


        相關(guān)推薦

        技術(shù)專區(qū)

        關(guān)閉