This volume presents the state of the art concerning quality and interestingness measures for data mining. The book summarizes recent developments and presents original research on this topic. The chapters Include surveys, comparative studies of existing measures, proposals of new measures, simulations, and case studies. Both theoretical and applied chapters are Included. Papers for this book were selected and reviewed for correctness and completeness by an international review committee.
標簽: interestingness concerning the presents
上傳時間: 2014-01-19
上傳用戶:ve3344
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
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
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
版權說明:版權屬于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
CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported Include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
標簽: following important contains features
上傳時間: 2014-11-23
上傳用戶:龍飛艇
The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to Include the above files in a user C++ program/project.
標簽: the requires version librray
上傳時間: 2013-12-18
上傳用戶:yxgi5
The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to Include the above files in a user C++ program/project.
標簽: the requires version librray
上傳時間: 2017-07-26
上傳用戶:杜瑩12345
Written for engineering and computer science students and practicing engineers, this book provides the fundamental applications and mathematical techniques of signal processing. Topics covered Include programming in MATLAB, filters, networking, and parallel processing. MATLAB is introduced and used to solve numerous examples in the book. Companion software available In addition, a set of MATLAB M-files is available on a CD bound in the book.
標簽: engineering practicing and engineers
上傳時間: 2017-07-28
上傳用戶:fandeshun
1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/Include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/Include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/Include 路徑改為你宿主機上的。 2、#make,來編譯驅動模塊。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取決于你宿主機上的交叉編譯工具路徑 #arm-linux-gcc -o gpio_test gpio_test.c //編譯應用程序 最終在你的當前文件夾下會生成gpiodrv.o與gpio_test兩個文件。 4、#mkdir /tmp/1 5、通過ftp的方法,把gpio_test與gpiodrv.o文件下載到你的開發板上的/tmp/1目錄中。 6、#mknod /dev/gpio c 220 0 //創建文件節點 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四個LED燈在閃爍了。:)
標簽: local arm-linux usr makefile
上傳時間: 2017-08-03
上傳用戶:zhouchang199