-
K-均值算法
Hadoop 基地 K-均值算法
2013 年 11 月 29 日。现在我们释放 ankus 0.1 !
Ankus 0.1 的新功能
1) 分类-ID3
2) 聚类-EM
3) 相似性-基于内容的相似性
建议基于项目 4) 建议系统-
5) 建议验证模块 (使用 RMSE)
- 2022-01-25 17:58:36下载
- 积分:1
-
Adaptive Data Fusion
自适应数据融合算法-Adaptive Data Fusion
- 2022-04-23 20:41:44下载
- 积分:1
-
pdnMesh is an automatic mesh generator and solver for Finite Element problems. I...
pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
- 2022-01-26 01:43:40下载
- 积分:1
-
利用栈相关知识求解表达式值,并输出其后缀表达式
资源描述利用栈相关知识求解表达式,并输出其后缀表达式,表达式运算符有+、—、*、/,#表示负号,可以输字符包括数字,括号,运算符。主要目的是学习掌握栈的相关知识。
- 2022-01-28 09:22:19下载
- 积分:1
-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting the linear equation solving the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-03-02 07:43:38下载
- 积分:1
-
数据结构的各种算法
压缩包里有列表 栈 队列以及各种排序算法,例如插入,快速,二叉树排序法;栈和队列的实现包括用数组和列表实现的两种方式,期待帮助有需要的小伙伴们
- 2023-09-05 04:45:03下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
GPS/SINS组合导航VC+源码
应用背景随着科学技术的进步和国防建设水平的不断提高,导航系统的精度要求越
来越高,单一的导航系统已经难以满足高精度导航任务的要求。因此,各种形
式的组合导航系统已经成为当前重要的研究方向和解决方案。研究如何将多种
导航设备有机地结合起来,充分有效地利用其提供的冗余信息,获得一种高精
度、高容错性的组合导航系统,具有重要的现实意义。本文中,以无人机适用
的组合导航系统为背景,研究 SINS/GPS/GM 组合导航系统,实现比较可靠的
定位、测速、测姿,有广泛的理论价值与实用价值。
关键技术卫星导航原理技术,惯性导航技术,组合导航算法,卡尔曼滤波算法
- 2022-08-31 09:40:22下载
- 积分:1
-
VB控制网平差
VB控制网测量平差程序。原创,解决各种边角控制网的平差计算,含有水准,摄影测量模块,是测绘工程测量平差课程设计的重要参考。适合测绘工程专业平差模型设计参考。
- 2022-01-25 20:17:18下载
- 积分:1
-
cython写的DTMF解码器(python直接使用,效率和c接近)
cython写的DTMF解码器(python直接使用,效率和c接近)
- 2022-01-27 10:28:11下载
- 积分:1