-
ID3
实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。(ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose of prediction. The decision tree training set of data according to the formation of the first decision tree, if the tree can not give the correct classification of all objects, then select a number of exceptions to the training set data, repeat the process until the correct decision set.)
- 2010-07-25 16:30:11下载
- 积分:1
-
hw4problem2
一种用Newton-Rapson Method来计算能量的Matlab code(Newton-Rapson Method to determine the slack bus power( 3 buses)/)
- 2013-11-03 06:38:46下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1
-
Call-mathematica-functions-in-matlab
matlab中调用mathematica(call mathematica functions in matlab)
- 2014-03-09 09:52:29下载
- 积分:1
-
pso
本文为基于matlab的粒子群算法的程序,以求函数最小值为例,讲述如何用粒子群算法求得局部和全局最优解。(This article is based on particle swarm algorithm matlab procedures, in order to the minimum function, for example, on how to use PSO obtain local and global optimal solution.)
- 2013-09-11 10:56:10下载
- 积分:1
-
00905780
Channel Estimation for 36 Wideband CDMA Systems Using the Kalman
Filtering Algorithm
- 2014-10-13 02:16:00下载
- 积分:1
-
ACATSP
蚁群算法在TSP问题上的应用,一个小程序,仅供参考。(Ant colony algorithm in the TSP on the issue of applications, a small procedure, for reference purposes only.)
- 2008-05-17 23:43:50下载
- 积分:1
-
jiance
一个在认知无线电中的能量检测和周期检测的仿真源代码(An energy detection and cycle detection in cognitive radio simulation source code)
- 2012-06-14 18:41:16下载
- 积分:1
-
pinyujifen
该段代码可用于加速度信号的积分求得位移。使用的是频域积分方法,设置合适的上下限截止频率可较好的复现实际路面的位移高程。(This code can be used for integration of the acceleration signal obtained displacement. Using a frequency-domain integral method, set the appropriate upper and lower cutoff frequency displacement elevation better reproduce the actual road.)
- 2020-08-27 09:08:14下载
- 积分:1
-
dsss
扩频系统中的直接扩频产生的信号,m序列码的产生(Direct spread spectrum signal generated, m sequence code generated)
- 2010-08-31 09:34:36下载
- 积分:1