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