登录
首页 » matlab » Classification_toolbox

Classification_toolbox

于 2009-09-07 发布 文件大小:358KB
0 176
下载积分: 1 下载次数: 24

代码说明:

  《模式分类》第二版配套Matlab源代码(" Pattern Classification," the second edition of Matlab source code package)

文件列表:

Classification_toolbox

......................\Ada_Boost.m
......................\ADDC.m
......................\AGHC.m
......................\Backpropagation_Batch.m
......................\Backpropagation_CGD.m
......................\Backpropagation_Quickprop.m
......................\Backpropagation_Recurrent.m
......................\Backpropagation_SM.m
......................\Backpropagation_Stochastic.m
......................\Balanced_Winnow.m
......................\Bayesian_Model_Comparison.m
......................\Bhattacharyya.m
......................\BIMSEC.m
......................\C4_5.m
......................\calculate_error.m
......................\calculate_region.m
......................\CART.m
......................\CARTfunctions.m
......................\Cascade_Correlation.m
......................\Chernoff.m
......................\Classification.txt
......................\classification_error.m
......................\classifier.m
......................\classifier.mat
......................\classifier_commands.m
......................\classify_paramteric.m
......................\click_points.m
......................\combinations.m
......................\Competitive_learning.m
......................\Components_without_DF.m
......................\Components_with_DF.m
......................\contents.m
......................\datasets
......................\........\chess.mat
......................\........\clouds.mat
......................\........\DHSchapter10.mat
......................\........\DHSchapter2.mat
......................\........\DHSchapter3.mat
......................\........\DHSchapter4.mat
......................\........\DHSchapter5.mat
......................\........\DHSchapter6.mat
......................\........\DHSchapter7.mat
......................\........\DHSchapter8.mat
......................\........\DHSchapter9.mat
......................\........\DHS_cover.mat
......................\........\four_spiral.mat
......................\........\spiral.mat
......................\........\XOR.mat
......................\Deterministic_annealing.m
......................\Deterministic_Boltzmann.m
......................\Deterministic_SA.m
......................\Discrete_Bayes.m
......................\Discriminability.m
......................\DSLVQ.m
......................\EM.m
......................\enter_distributions.m
......................\enter_distributions.mat
......................\enter_distributions_commands.m
......................\Exhaustive_Feature_Selection.m
......................\feature_selection.m
......................\feature_selection.mat
......................\Feature_selection.txt
......................\feature_selection_commands.m
......................\FindParameters.m
......................\FindParameters.mat
......................\FindParametersFunctions.m
......................\FishersLinearDiscriminant.m
......................\fuzzy_k_means.m
......................\GaussianParameters.m
......................\GaussianParameters.mat
......................\generate_data_set.m
......................\Genetic_Algorithm.m
......................\Genetic_Culling.m
......................\Genetic_Programming.m
......................\Gibbs.m
......................\HDR.m
......................\high_histogram.m
......................\Ho_Kashyap.m
......................\ICA.m
......................\ID3.m
......................\Infomat.m
......................\Information_based_selection.m
......................\Interactive_Learning.m
......................\Kohonen_SOFM.m
......................\k_means.m
......................\Leader_Follower.m
......................\LMS.m
......................\load_file.m
......................\Local_Polynomial.m
......................\LocBoost.m
......................\LocBoostFunctions.m
......................\loglikelihood.m
......................\LS.m
......................\LVQ1.m
......................\LVQ3.m
......................\make_a_draw.m
......................\Marginalization.m
......................\MDS.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlabsourcecodeforzhiwen
    这是一个有关指纹识别的小程序,希望对初学者有所帮助!(This is a small program the fingerprint identification, want to be helpful for beginners!)
    2010-08-08 10:21:26下载
    积分:1
  • 1
    说明:  机器人的诞生和机器人学的建立和发展是20世纪自动控制最具说服力的成就,是20世纪人类科学技术进步的重大成果。机器人是传统的机构学与近代电子技术相结合的产物,是最典型的机电一体化、数字化和自动化装备。轮式机器人轨迹跟踪(The establishment and development of the birth of the robot and robotics is the automatic control of the most convincing achievements of the 20th century, the major achievements of the 20th century scientific and technological progress. The robot is a traditional product of the combination of institutional learning and modern electronic technology, is the most typical mechanical and electrical integration, digitization and automation equipment. Wheeled robot trajectory tracking)
    2012-05-29 19:30:44下载
    积分:1
  • work
    matlab用户图形界面用法的一个小例子。用到了文本框、滚动条等控件,对刚开始学习matlab有一定的帮助。(matlab graphical user interface uses a small example. Used in the text boxes, scroll bars, and other controls, just started learning matlab have some help.)
    2013-09-20 10:33:34下载
    积分:1
  • whole-modle_entire
    这个程序是关于汽车整车模型的分析,主要是垂向加速度和侧倾角速度的分析。(This program is the analysis of the automobile model analysis of the vertical acceleration and the roll angular velocity.)
    2012-02-18 16:18:28下载
    积分:1
  • matlab
    matlab中的种算法的应用实例,包括遗传算法,对我们学习matlab工具箱有很大的帮助。(matlab in the application of algorithms, including genetic algorithms, for us to learn matlab toolbox has a lot of help.)
    2007-10-21 19:08:11下载
    积分:1
  • ais_youhua
    黄友瑞的智能优化算法书中的免疫算法源代码!!!!(Intelligent Optimization Algorithm Huang Yourui immune algorithm source code book! ! ! !)
    2010-08-13 16:10:55下载
    积分:1
  • stop-and-wait-arq
    Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of automatic repeat-request (ARQ) method. A stop-and-wait ARQ sender sends one frame at a time it is a special case of the general sliding window protocol with both transmit and receive window sizes equal to 1. After sending each frame, the sender doesn t send any further frames until it receives an acknowledgement (ACK) signal. After receiving a good frame, the receiver sends an ACK. If the ACK does not reach the sender before a certain time, known as the timeout, the sender sends the same frame again.
    2011-08-03 16:53:31下载
    积分:1
  • buckboost
    升降压DC——DC变换器的simulink模型,前相为buck变换器,后相为boost变换器,可以进行适当的升降电压调节。(The buck-boost DC- DC converter simulink model, phase buck converter, the latter phase of the boost converter can be appropriate lifting voltage regulator.)
    2012-07-01 16:28:12下载
    积分:1
  • zlddjtstxcs
    说明:  利用MATLAB语言编写的直流电动机调速特性测试程序和模型分析(The use of MATLAB language features of the DC motor speed control testing procedures and analysis)
    2009-08-22 11:53:08下载
    积分:1
  • tutor
    The project manager in MPLAB v3.40 has been extended to support multiple files. Previously established projects from MPLAB v3.31 and earlier will be converted automatically by MPLAB v3.40 when they are opened. Converted projects cannot be re-opened from previous versions of MPLAB.
    2011-06-20 03:45:50下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载