社区
C#
帖子详情
高分求取C# contour组件及其画等高线用法...
stepman
2004-11-17 08:27:35
高分求取C# contour组件及其画等高线用法,我想做作格点数据的等值线,但contour组件(或者说函数)在其他语言中很多,很详细,但在c#中却不太容易。
提示:E文站点中有,我也在看,大家多交流。。。
...全文
575
8
打赏
收藏
高分求取C# contour组件及其画等高线用法...
高分求取C# contour组件及其画等高线用法,我想做作格点数据的等值线,但contour组件(或者说函数)在其他语言中很多,很详细,但在c#中却不太容易。 提示:E文站点中有,我也在看,大家多交流。。。
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
8 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
lxcc
2005-05-24
打赏
举报
回复
提示:E文站点中有,我也在看,大家多交流。。。
//分享一下,谢谢,现在也正在作相关的!
stepman
2004-11-20
打赏
举报
回复
????? yumen
Jeff20040819
2004-11-19
打赏
举报
回复
学习 接分
yixiu121
2004-11-18
打赏
举报
回复
再次关注
520NET
2004-11-18
打赏
举报
回复
LG
yixiu121
2004-11-18
打赏
举报
回复
严重关注
长江
2004-11-17
打赏
举报
回复
UP
viena
2004-11-17
打赏
举报
回复
up
克里金插值及DEM
等高线
生成
使用.Net平台下
C#
语言实现数据模型的克里金插值以及对插值结果的
等高线
的生成。 核心代码: 克里金插值及DEM
等高线
生成 └── 克里金插值及DEM
等高线
生成 ├── data.csv └── DEM2
Contour
├── DEM2
Contour
│ ├── bin │ │ └── Debug │ │ ├── DEM2
Contour
.exe │ │ ├── DEM2
Contour
.pdb │ │ ├── DEM2
Contour
.vshost.exe │ │ ├── DEM2
Contour
.vshost.exe.manifest │ │ ├── MathNet.Numerics.dll │ │ └── MathNet.Numerics.xml │ ├── DEM2
Contour
.csproj │ ├── DEMData.c
libsvm-3.17
支持向量机源码,可在 www.csie.ntu.edu.tw/~cjlin/libsvm/ 下载到最新版本,该版本是 2013年4月更新的,3.17 版。压缩包里面有源代码和文档。以下摘自前述网站: Introduction LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-type algorithm proposed in this paper: R.-E. Fan, P.-H. Chen, and C.-J. Lin. Working set selection using second order information for training SVM. Journal of Machine Learning Research 6, 1889-1918, 2005. You can also find a pseudo code there. (how to cite LIBSVM) Our goal is to help users from other fields to easily use SVM as a tool. LIBSVM provides a simple interface where users can easily link it with their own programs. Main features of LIBSVM include Different SVM formulations Efficient multi-class classification Cross validation for model selection Probability estimates Various kernels (including precomputed kernel matrix) Weighted SVM for unbalanced data Both C++ and Java sources GUI demonstrating SVM classification and regression Python, R, MATLAB, Perl, Ruby, Weka, Common LISP, CLISP, Haskell, OCaml, LabVIEW, and PHP interfaces.
C#
.NET code and CUDA extension is available. It's also included in some data mining environments: RapidMiner, PCP, and LIONsolver. Automatic model selection which can generate
contour
of cross valiation accuracy.
matlab中
contour
函数的
用法
(绘制
等高线
)
原文
contour
矩阵的
等高线
图全页折叠语法
contour
(Z)
contour
(Z,n)
contour
(Z,v)
contour
(X,Y,Z)
contour
(X,Y,Z,n)
contour
(X,Y,Z,v)
contour
(...,LineSpec)
contour
(...,Name,Value)
contour
(ax,...)[C,h] =
contour
(...)说明
等高线
图显示矩阵 Z 的等值线。使...
C#
AE
等高线
建树(1)生成
等高线
第一次写博客,如果有什么不标准或者错误的地方欢迎纠正我。这里实现根据DEM数据实现
等高线
的生成。dem的读取和要素的导出网上都有的,这里就不赘述了。参考博客:https://www.cnblogs.com/yuxuetaoxp/p/3980436.html点击打开链接—————————————————分割线————————————————————————1、界面2、生成
等高线
代码 ...
python matplotlib
contour
画
等高线
图
以z=x^2+y^2为例 #导入模块 import numpy as np import matplotlib.pyplot as plt #建立步长为0.01,即每隔0.01取一个点 step = 0.01 x = np.arange(-10,10,step) y = np.arange(-10,10,step) #也可以用x = np.linspace(-10,10,100)表示从-1...
C#
111,111
社区成员
642,556
社区内容
发帖
与我相关
我的任务
C#
.NET技术 C#
复制链接
扫一扫
分享
社区描述
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧
+ 用AI写文章