A collection of command line tools which illustrate features of the file system. Demonstrates extended Attributes, ACL s, and kqueue notification mechanisms.
標簽: Demonstrates collection illustrate features
上傳時間: 2016-01-14
上傳用戶:yuanyuan123
Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous Attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable time/memory.
標簽: meta-learning classifiers combining Boosting
上傳時間: 2016-01-30
上傳用戶:songnanhua
在.Net 中 DataGrid 雖然有排序的功能,但并不支持雙向的排序。用到了,看了些相關的帖子,自己嘗試了一種方法,竟然也行得通,主要是用DataGrid.Attributes 存了一個參數,同時在onSortCommand中修改了DataGridColumn的中國教程在線,http://www.5istudy.cn
上傳時間: 2014-01-10
上傳用戶:erkuizhang
In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containing both continuous and categorical Attributes. LOADED is a tunable algorithm, wherein one can trade off computation for accuracy so that domain-specific response times are achieved. Experimental results show that LOADED provides very good detection and false positive rates, which are several times better than those of existing distance-based schemes.
標簽: algorithm detection containi evolving
上傳時間: 2014-01-08
上傳用戶:aeiouetla
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the Attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
KML is an XML grammar used to encode and transport representations of geographic data for display in an earth browser. Put simply: KML encodes what to show in an earth browser, and how to show it. KML uses a tag-based structure with nested elements and Attributes and is based on the XML standard.
標簽: representations geographic transport grammar
上傳時間: 2014-01-12
上傳用戶:thesk123
This course is about "distributed algorithms".Distributed algorithms include a wide range of parallel algorithms,which can be classified by a variety of Attributes.
標簽: algorithms Distributed distributed include
上傳時間: 2014-10-30
上傳用戶:baitouyu
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag Attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.
標簽: tags generally contains taglib
上傳時間: 2017-02-21
上傳用戶:dianxin61
Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text Attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.
標簽: applications including features console
上傳時間: 2013-12-16
上傳用戶:refent
本手冊針對的是已有一定網頁設計制作經驗的讀者。其目的是提供最新最全的樣式表內容的快速索引及注釋。所以對于樣式表的基礎知識,在此僅簡單介紹,恕不贅述。 本手冊的升級信息與版權聲明請參閱關于本書頁面。本手冊中專用詞匯請參閱中英文詞匯對照表。 限于篇幅,對于一些過于繁雜的相關內容,如動態樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關著作。 本書中涉及到的所有HTML對象(Object,Element),HTML特性(Attributes)和屬性(Properties)請參閱我的相關著作。
上傳時間: 2017-04-26
上傳用戶:xaijhqx