-
C4_5
用matlab语言写的C4.5算法,用于模式分类(Matlab language used to write the C4.5 algorithm for pattern classification)
- 2007-12-24 21:29:32下载
- 积分:1
-
colorfiltNEW
color filter Matlab
to segment image s colors ... and extracting some of them.
- 2010-12-15 18:37:46下载
- 积分:1
-
Deskt333op
【谷速软件编程】matlab源码-精确的眼中心位置 可以作为参考使用,程序是word版本
([Valley] matlab source software programming speed- the exact location of the eye center can use as a reference, the program is a word version)
- 2014-12-16 22:01:06下载
- 积分:1
-
Fuzzy-and-Neural-network-in-Approache-in-Engeneer
Book fuzzy and neural network Book using Matlab
- 2011-11-25 00:20:11下载
- 积分:1
-
marcMatlabMosCodeEquat
matlab file for image processing
- 2009-12-06 03:32:13下载
- 积分:1
-
mcpdf
主程序为分布函数蒙特卡罗模拟和一系列随机粒子位置的实现( Main program for the Monte Carlo simulations of pair distribution functions and the creation of a series of random realizations of particle positions)
- 2011-06-03 23:23:41下载
- 积分:1
-
mobiel-power-cntrol
Simulink- model for cellular phone transmission power control
- 2011-10-25 22:51:54下载
- 积分:1
-
PiecesOfMosaic
本代码是由matlab实现,主要功能实现了纵切碎片的完美拼接。(This code is implemented by the matlab, the main function of the longitudinal fragmentation perfect stitching.)
- 2013-09-15 09:35:29下载
- 积分:1
-
any2csv
mat lab code ..
which converts any to csv file format
- 2011-11-17 14:20:14下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1