代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/421949/10677038
m contents.m
% Functions for handling with data sets.
%
% ascii2xi - Loads data from ASCII files.
% checkdat - Checks files with internal data format.
% chgnum - Changes members of given vector.
%
www.eeworm.com/read/421949/10677086
m~ contents.m~
% Functions for handling with data sets.
%
% checkdat - Checks files with internal data format.
% chgnum - Changes members of given vector.
% creatset - Interactive dialog for data set
www.eeworm.com/read/421949/10677108
m contents.m
% Separating of two finite point sets by a hyperplane.
%
% lindemo - Demo on using of linear learning algorithms
% described below.
%
% Algorithms:
% ekozinec - Finds epsilon-o
www.eeworm.com/read/421949/10677162
m contents.m
% Linear discriminant function.
%
% Included algorithms:
% (dir) anderson - Algorithms solving Generalized Anderson's task.
% (dir) finite - Algorithms separating finite point sets by a hyperp
www.eeworm.com/read/421949/10677219
m contents.m
% Generalized Anderson's task.
%
% andrdemo - Demonstrates algorithms which find solution of
% the Generalized Anderson's task (GAT).
%
% Algorithms:
% oanders - Original Ander
www.eeworm.com/read/421949/10677274
m contents.m
% Fisher`s classifier
%
% fishdemo - Demo on algorithms which find Fisher's classifier.
%
% Algorithms:
% fisherp - Modified Perceptron's lerning rule.
% fisherk - Modified Kozinec's algori
www.eeworm.com/read/421949/10677297
m~ contents.m~
% Statistical Pattern Recognition Toolbox.
%
% Contents
%
% bayes - (dir) Bayes classification.
% datasets - (dir) Functions for handling with data sets.
% generalp - (dir) General purpose
www.eeworm.com/read/351010/10688431
m contents.m
% Neural Network Design Demonstrations.
% Copyright (c) 1994 by PWS Publishing Company.
%
% General
% nnd - Splash screen.
% nndtoc - Table of contents.
% nnsound - Turn Neural Net
www.eeworm.com/read/350982/10691008
txt contents.txt
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m