码迷,mamicode.com
首页 >  
搜索关键字:bezier curve    ( 338个结果
sklearn.metrics.roc_curve使用说明
roc曲线是机器学习中十分重要的一种学习器评估准则,在sklearn中有完整的实现,api函数为sklearn.metrics.roc_curve(params)函数。 官方接口说明:http://scikit-learn.org/stable/modules/generated/sklearn.m ...
分类:其他好文   时间:2018-08-07 23:50:27    阅读次数:2368
The implementation and experimental research on an S-curve acceleration and deceleration control algorithm with the characteristics of end-point and target speed modification on the fly
For modern equipment manufacturing industries, advanced manufacturing technologies have significant impact on the production quality and efficiency. S... ...
分类:其他好文   时间:2018-08-02 15:03:08    阅读次数:210
机器学习:评价分类结果(ROC 曲线)
一、基础理解 1)定义 ROC(Receiver Operation Characteristic Curve) 定义:描述 TPR 和 FPR 之间的关系; 功能:应用于比较两个模型的优劣; 召回率(Recall)和精度(Precise)是广泛用于信息检索和统计学分类领域的两个度量值,用来评价结果 ...
分类:其他好文   时间:2018-08-02 02:01:31    阅读次数:243
advanceskeleton插件分身体和表情单独绑定的时候合并表情步骤
advanceskeleton插件分身体和表情单独绑定的时候合并表情使用的代码以及合并步骤 1.身体单独绑定 2.表情单独绑定 3.合并步骤 ①原有adv表情文件删掉除了curve组以外所有东西 删除无用节点之后保存curve_ctrl ②原有adv表情文件curve组整个从父级到子级加个facia ...
分类:其他好文   时间:2018-08-01 01:04:37    阅读次数:191
偏差方差分解
偏差方差分解 (误差分解) 先引入一个问题: Machine Learning 与 Curve Fitting 的区别是什么?[^curv fit] Curve Fitting 是使用所有的数据拟合一条曲线; 而 Machine Learning 是采用真实世界中采样的一小部分数据,并且我们希望我们 ...
分类:其他好文   时间:2018-07-22 23:41:15    阅读次数:262
科学计算三维可视化---TraitsUI与Mayavi实例
TraitsUI与Mayavi实例 一:创建一个简单的TraitsUI与Mayavi实例 二:基于交互控制的Mayavi窗口 (一)框架步骤 (二)程序框架 (三)代码实现 (1)定义窗口变量 (2)建立视图的布局 (3)更新视图绘制 (4)定义Curve生成数据 (四)全部代码 ...
分类:其他好文   时间:2018-07-14 21:33:07    阅读次数:293
使用贝塞尔曲线进行插值 一种非常简单的平滑多边形的方法
原文 Interpolation with Bezier Curves A very simple method of smoothing polygons Initially, there was a question in comp.graphic.algorithms how to inter ...
分类:其他好文   时间:2018-07-11 15:01:57    阅读次数:751
插入2D点,在WPF中使用Bezier曲线
原文 Interpolate 2D points, usign Bezier curves in WPF Interpolate 2D points, usign Bezier curves in WPF Interpolate 2D points, usign Bezier curves in W ...
分类:Windows程序   时间:2018-07-11 14:56:52    阅读次数:206
使用Cubic Spline通过一组2D点绘制平滑曲线
原文 Draw a smooth curve through a set of 2D points with Cubic Spline I would like to provide you with the code to draw a smooth curve through a set of ...
分类:其他好文   时间:2018-07-11 14:39:29    阅读次数:188
Hermite曲线插值
原文 Hermite Curve Interpolation Hermite Curve Interpolation Hamburg (Germany), the 30th March 1998. Written by Nils Pipenbrinck aka Submissive/Cubic & ...
分类:其他好文   时间:2018-07-11 14:38:24    阅读次数:171
338条   上一页 1 ... 9 10 11 12 13 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!