New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
标签: classification algorithm for training
上传时间: 2014-12-20
上传用户:stvnash
Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.
标签: Data_Structures_and_Algorithms Algorithms Structures accompany
上传时间: 2016-05-08
上传用户:阿四AIR
The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT command interface. Unfortunately the API was not published officially by Microsoft. Instead more high level API s were published that should be sufficient for developers. Again, unfortunately they are not sufficient. For example the API for receiving notification of incoming SMS messages is arranged for exclusively for one application per type of SMS. Apparently this will be improved upon in Pocket PC 2003. Another area is the availablity of a true AT command modem interface to interact with the GSM modem directly, which is also absent.
标签: especially Interface for developed
上传时间: 2013-12-02
上传用户:wff
SOStools is a toolbox dedicated for positive polynomial programming, especially for Sums of Squares (S0S). A lot of chinese researchers have carried it out as a main tool in this area.
标签: programming especially polynomial dedicated
上传时间: 2016-06-05
上传用户:pompey
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
标签: minimalistic User-Agent softphone written
上传时间: 2014-12-02
上传用户:cainaifa
This paper deals with the issue of incorporating pseudolite measurements into an integrated Global Positioning System/ Inertial Navigation System ~GPS/INS! positioning and attitude system with a view to improving signal availability, solution reliability, and accuracy in a localized area
标签: incorporating measurements integrated pseudolite
上传时间: 2013-12-10
上传用户:wmwai1314
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
标签: Point
上传时间: 2014-11-25
上传用户:cylnpy
ieee投稿须知,The IEEE Transactions on Information Technology in Biomedicine publishes high quality applications & infrastructure papers that reflect global information technology advances in medicine and biology and will further address the implementation and management of the broad spectrum of health care innovations arising from these developments world-wide
标签: ieee
上传时间: 2016-08-29
上传用户:zhouli
透過KEIL C51的程式,學習者可以了解車用控制器區域網路(Controller Area Network, CAN)的訊息傳輸方式。
上传时间: 2016-09-05
上传用户:tb_6877751
透過a51的程式,學習者可以了解車用控制器區域網路(Controller Area Network, CAN)的訊息傳輸方式,有助於建立CAN-Bus傳輸的概念。
上传时间: 2016-09-05
上传用户:极客