The book consists of three sections. The first, foundations, provides a tutorial overview of the principles underlying data mining algorithms and their application. The presentation emphasizes intuition rather than rigor. The second section, data mining algorithms, shows how algorithms are constructed to solve specific problems in a principled manner. The algorithms covered include trees and rules for classification and regression, association rules, belief networks, classical statistical models, nonlinear models such as neural networks, and local memory-based models. The third section shows how all of the preceding analysis fits together when applied to real-world data mining problems. Topics include the role of metadata, how to handle missing data, and data preprocessing.
標簽: foundations The consists sections
上傳時間: 2017-06-22
上傳用戶:lps11188
This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.
標簽: code originally outputs naviati
上傳時間: 2013-11-30
上傳用戶:熊少鋒
W29C040(512K FLASH)讀寫程序2007-09-10 11:16很是激動,去年用AT89S52搗弄了半年也沒搞定,這次換成C8051f040,也不知道是天見我可憐還是狗運,終于把數據寫進去了。想當時到處找的程序都沒用,郁悶非常,這次走運成功,拿出來曬曬太陽(雖然也是該的別人的程序,但是好歹能用)。 /*W29C040(512K FLASH)讀寫程序*/ #include <c8051f040.h> #include <INTRINS.h> #include <absacc.h> sbit E=P1^0
上傳時間: 2017-07-03
上傳用戶:wff
*** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved efd@mindspring.com *** THIS IS NOT PUBLIC DOMAIN SOFTWARE *** See below for license agreement, disclaimer, installation and use. Introduction --------------------------------------------------------- Welcome to HyperString! One of the most significant new features with Delphi32 is long dynamic strings. However, the built-in functions don t really exploit the full potential of these new strings. HyperString provides over 400 fast, efficient string management routines to help you realize the full power of this highly versatile new data type.
標簽: HyperString reserved Systems rights
上傳時間: 2017-07-04
上傳用戶:mhp0114
These mobility generator tools are used to generate a rich set of mobility scenarios used to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and Manhattan Mobility Model.
標簽: mobility used generator scenarios
上傳時間: 2017-07-05
上傳用戶:ANRAN
物料管理 物料登記 批量登記:一次性導入多條物料 單條登記:只能錄入一條物料信息 物料管理 更新: 刪除: 查看: 物料導出 庫管員可以將系統中登記的所有物料一次性導出來 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() private StringBuffer readFile() private List<Material> parseFileToMaterial( String content )
上傳時間: 2013-12-03
上傳用戶:fredguo
版權說明:版權屬于dqe2008.com 特色: 1、界面采用歐試風格,設計唯美. 2、可調用留言,能做為評論模塊用于其他系統的開發. 3、代碼簡潔,功能實用. 使用說明: 2、帳號密碼以及一些參數在gustbook_Conn.asp中修改,用記事本打開,里面有注釋。初始帳號密碼都為:admin 3、如何調用評論? 先在要調用評論的頁面寫入:<!--#include file="gustbook_Conn.asp" -->和<!--#include file="gustbook_sub.asp" --> gustbook_Conn.asp為連接數據庫文件,gustbook_sub.asp為函數文件。 再在要調用評論的地方寫入:< Call DQE_gustbook(lanmu,bookNum,LeftNum,bookform,bookname) > 如:Call DQE_gustbook(0,4,25,1,"留言區") 詳細參數說明: lanmu ------- 調用評論的欄目:容錯默認為0 bookNum ------- 評論條數:容錯默認為5 LeftNum ------- 顯示標題最左邊的字符數,默認40,一個漢字算兩個字符 bookform ------- 是否顯示發言表單, 默認0為不顯示,1為顯示,并自定義,容錯默認為0 bookname ------- 顯示在評論頁面的標題:必須加雙引號,如:"留言區" 初始帳號密碼都為:admin 主頁:index.asp
上傳時間: 2017-07-14
上傳用戶:牧羊人8920
采用Access數據庫,三層開發 DB_51aspx下為Access數據庫文件,Web為網站文件夾 目錄下的Auto Generated Code均為代碼生成器自動生成的代碼 ExamDAL/DBHelp.cs為數據處理文件,注意使用時請先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的數據庫路徑并編譯才能使用。 可以進行學生的在線注冊和登陸,用戶注冊采用驗證碼進行驗證 首頁登錄地址:login.aspx 默認測試學生學號/密碼:001/001 管理員學號/密碼:51aspx/51aspx源碼測評
上傳時間: 2013-12-11
上傳用戶:黃華強
RC4 加密解密單元delphi版 附件壓縮包里有兩個單元文件,其中Rc4_Kol_Unit.pas是在delphi KOL編程時引用。若只是delphi編程只須引用Rc4_Unit.pas單元即可。 函數名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 參 數: i_Encrypt ——為 1 是加密, 0 是解密(integer類型); s_EncryptText ——待加密(解密)的字符串(string類型); s_EncryptPassword ——加密(解密)的密碼(string類型); i_EncryptLevel ——加密級別(范圍:1--10;integer類型))
上傳時間: 2013-12-27
上傳用戶:釣鰲牧馬
日期js,可以再表單中輸入日期格式為yyyy-mm-dd的String
標簽:
上傳時間: 2017-07-21
上傳用戶:gaome