The program implements three large-margin thresholded ensemble algorithms for ordinal regression. It includes an improved RankBoost algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
標簽: large-margin thresholded implements algorithms
上傳時間: 2014-10-28
上傳用戶:zhichenglu
4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.
標簽: integers program entered console
上傳時間: 2016-05-05
上傳用戶:龍飛艇
USB test code, use P89c52x2 to develop a USB node
上傳時間: 2014-01-15
上傳用戶:yangbo69
USB code using I2C bus to communicate with other node
標簽: communicate using other code
上傳時間: 2014-02-13
上傳用戶:yyyyyyyyyy
AC-DC Converter using a three-phase three-level PWM Voltage-sourced Converter
標簽: Converter Voltage-sourced three-phase three-level
上傳時間: 2013-12-16
上傳用戶:來茴
The module includes three sub_module:FDivider128,generates the 1/128 frequency, MD_Counter8Zero, generates the flute when the posedge, MD_Counter8One,generates the flute when the negedge.The aim of the module is to generate the mended miller code to be the source of the MillerDecode. 輸入的數據以下降沿采樣,有效輸入范圍為上升沿前一點,輸入數據包括1 b0+有效數據+1 b0 Operating Rule: R_DATAUNCODE must be synchronous with R_ACTIVE
標簽: MD_Counter sub_module 128 generates
上傳時間: 2013-12-30
上傳用戶:Miyuki
A MATLAB-based three-dimensional viewer
標簽: three-dimensional MATLAB-based viewer
上傳時間: 2016-06-05
上傳用戶:liuchee
A SoC-based Sensor Node 一篇國外最新的英文論文,對于用cc2430做無線傳感器網絡的研究,很有參考價值
上傳時間: 2016-06-10
上傳用戶:heart520beat
A robot, that could update and show your ordered news or node of web page.
標簽: ordered update robot could
上傳時間: 2014-01-08
上傳用戶:zhliu007
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標簽: private public Node LinkQuery
上傳時間: 2016-07-08
上傳用戶:天誠24