搜索资源列表
svm-lecture
- 有关支持向量机的讲座,我看了之后的确受益非浅-Support Vector Machines on the talks, after I read indeed benefited
lagrange
- 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
similarity
- 通过将待进行计算的向量放入二维数组中,然后编程实现皮尔森和余弦相似度公式,计算向量之间的相似度。-caculate the similarity of vector
SpaceAdventure
- 此代码是我自己写的,游戏完全基于矢量图形,所有对象都使用计算X和Y 的速率值的算法来移动,每个矢量图形都有一个内建的边界矩形来进行冲突检测-This code can be run under the java virtual machine, the game completely vector-based graphics, all objects are used calculate the rate of X and Y value of the algorithm to move, e
svm_3D
- 支持向量机的的3d坐标分类 由浏览器执行-Support vector machine classification of 3d coordinates
lbgvq
- lbgvq c program for vector quantization AND lbg-lbgvq c program for vector quantization AND lbg
VectorSpaceModel
- 数据挖掘中关于空间向量模型的java实现-This is a model of Vector Space in java.
RadixSort
- 基数排序: 使用10个辅助队列,假设最大数的数字位数为 x, 则一共做 x次,从个位数开始往前,以第i位数字的大小为依据,将数据放进辅助队列,搞定之后回收。下次再以高一位开始的数字位为依据。 以Vector作辅助队列,基数排序的Java代码-Radix sort: 10 auxiliary queue, assuming the maximum number of digits for x, made a total of x times
mm
- 矢量数据绘图系统,比较简单的java程序,如果有雷同,纯属巧合。-Vector data mapping system, relatively simple java program, if there is similarity is purely coincidental.
CODE STUDIO
- CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
STUDIO
- C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
codes
- C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
ir
- IR vector space model java
distance_vector-master
- distance vector protocol implementation in java
SVR
- 这个是用SMO算法做的支持向量回归程序,语言是JAVA-This is done using the SMO support vector regression algorithm, language is JAVA
vector
- Java programming of query results in the tabular output, good good-Java programming of query results in the tabular output, good good
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
libsvm
- 台湾林先生团队开发的libsvm原码,java编程或matlab编程中支持向量机所必须的jar包(Mr. Lin Taiwan team developed the original libsvm code, support vector machine to jar Java programming or matlab programming)