How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
標簽: the decision clusters Cluster
上傳時間: 2013-12-21
上傳用戶:gxmm
PCA and PLS aims:to get some insight into the bilinear factor models Principal Component Analysis (PCA) and Partial Least Squares (PLS) regression, focusing on the mathematics and numerical aspects rather than how s and why s of data analysis practice. For the latter part it is assumed (but not absolutely necessary) that the reader is already familiar with these methods. It also assumes you have had some preliminary experience with linear/matrix algebra.
標簽: Component Principal Analysis bilinear
上傳時間: 2016-02-07
上傳用戶:zuozuo1215
=== === === === === === === === === 項目:圖書管理系統V2.0 作者:覃武權 主頁:http://cpucool.512j.com 郵箱:cooltoend@126.com 最后更新:2004-12-09 =================================================== */ [功能簡介] 一、用戶功能 1、查看個人基本資料 2、查看借書狀況 3、修改密碼 4、查看館藏圖書 5、圖書查詢 6、收發短消息 二、管理員功能 1、新書入庫 2、修改圖書 3、刪除圖書 4、用戶還書 5、圖書分類管理 6、添加會員 7、刪除會員 8、鎖定會員 9、系統配置 10、查看系統事情 三、系統功能 1、用戶驗證 2、權限分離 3、事件記錄 [說明] 這個系統技術含量不是很高,只是涉及到Access的基本操作:Select、Insert、Update、Delete 系統可以免費傳播、拷貝、使用。在使用的過程中遇到任何問題,請與作者聯系 登陸系統可以用測試帳號: 卡號:8 密碼:qq 類型:普通用戶 以普通用戶的身份登陸系統,或以管理員身份登陸 用戶:admin 密碼:admin 類型:管理員
標簽: cooltoend cpucool http 2.0
上傳時間: 2014-01-22
上傳用戶:Altman
SQL數據庫工具就是一種即可以進行數據瀏覽、添加、刪除和修改等數據庫管理操作,又可以數據庫的備份和還原操作,還可以自動地根據需要產生各種SQL語句(包括了SELECT、UPDATE、DELETE、INSERT等SQL語句)的數據庫工具,將為數據庫管理員和數據庫軟件開發人員提供極大的方便。
上傳時間: 2014-01-17
上傳用戶:zxc23456789
實現升級一臺機子上的程序,所有其它機子的程序自動升級. 1.支持多個模塊,支持一個模塊多個文件. 2.文件位置可不為當前目錄. 3.可自動壓縮文件,然后上傳,提高上傳與下載速度. 4.update.exe可自動升級(注:僅隨新系統升級時升級!!!) 使用說明: 1.先創建表,見Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定義. (參看原有的!) 3.創建工程時, 請不要把update.pbl生成PBD,這樣保證在同一目錄,可以多個 工程能正確自動升級.
上傳時間: 2014-01-13
上傳用戶:alan-ee
ami_snake算法源代碼,ami_snake is an implementationof the 2D snake technique proposedin . It is alevel set method based on the partial di¡ èerential equation.
上傳時間: 2016-04-09
上傳用戶:wangyi39
我對mo安裝目錄下VB的MoView例子的frmIdentify窗體修改,其中添加 了1個label空件組(10個),1個text控件組(10個),2個command(Edit 、Save)按鈕,要實現的功能是對讀入的圖形文件的相關記錄的指定字段的 屬性值,并能保存,用了Recordset對象的Edit函數、Update函數,
標簽: frmIdentify MoView 目錄 修改
上傳時間: 2016-04-28
上傳用戶:as275944189
除過搜索外,程序大部分數據都是生成靜態的。每個網頁第一次運行時,會自動生成靜態文章。首頁和目錄頁,需要手動運行update.php程序更新。你可以每天夜間運行一次。
標簽: 搜索
上傳時間: 2014-01-11
上傳用戶:plsee
we present real-time particle filters, which make use of all sensor information even when the filter update rate is below the update rate of the sensors.
標簽: information real-time particle present
上傳時間: 2016-05-08
上傳用戶:頂得柱
CRC16算法的Java實現,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))
上傳時間: 2014-12-20
上傳用戶:ve3344