搜索结果
找到约 531 项符合
Space-Vector 的查询结果
软件设计/软件工程 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
按照官方的说法:Cairo is a vector graphics library with cross-device output support.
翻译过来,就是cairo是一个支持多种输出的向量图形库。
具体解释一下,也就是说,cairo是种画图的工具库,他可以向多种设备上画图,比如:
cairo可以输出到png,可以输出到pdf,可以输出到ps,可以输出到xlib,可以输出到XCB,可 ...
人工智能/神经网络 SVM, Support Vector Machine 支持向量机程序
SVM, Support Vector Machine 支持向量机程序
人工智能/神经网络 LVQ算法( Learning Vector Quantization
LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种基于模型(神经网络)的方法,本实验要实现的是对LVQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法克服了LVQ算法对初值敏感的问题和广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章) ...
matlab例程 利用Matlab编程模擬phase noise對OFDM signal的影響,希望供大家参考,Error vector magnitude (EVM)
利用Matlab编程模擬phase noise對OFDM signal的影響,希望供大家参考,Error vector magnitude (EVM)
matlab例程 support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) wit
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_tra ...
Linux/Unix编程 performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an
m by n matrix
通讯编程文档 用simlink开发的space-time coding仿真模型,仿真的精度与效率有不小的提高
用simlink开发的space-time coding仿真模型,仿真的精度与效率有不小的提高
人工智能/神经网络 Matlab codes for Hidden Sapce Support vector machines
Matlab codes for Hidden Sapce Support vector machines
数学计算 基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能
基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能,这是在SVM的基础上改进的一个更好的SKM(Support Kernel Machine)Package.
人工智能/神经网络 Chi Square Test for Independence: calculuate the chi square of a vector and the critical value.
Chi Square Test for Independence: calculuate the chi square of a vector and the critical value.