代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/125502/14489361
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/125502/14489378
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/125502/14489413
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/125502/14489431
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/125502/14489454
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/125502/14489476
c nninputs.c
/*-----------------------------------------------------------------------*
* Greg Stevens 6/24/93 *
* nninputs.c
www.eeworm.com/read/286662/8751631
m parzen.m
function test_targets = parzen(train_patterns, train_targets, test_patterns, hn)
% Classify using the Parzen windows algorithm
% Inputs:
% train_patterns - Train patterns
% train_targets - Trai
www.eeworm.com/read/286662/8751791
m projection_pursuit.m
function [test_targets, V, Wo] = Projection_Pursuit(train_patterns, train_targets, test_patterns, Ncomponents)
% Classify using projection pursuit regression
% Inputs:
% train_patterns - Train p
www.eeworm.com/read/286662/8751982
m rbf_network.m
function [test_targets, mu, Wo] = RBF_Network(train_patterns, train_targets, test_patterns, Nh)
% Classify using a radial basis function network algorithm
% Inputs:
% train_patterns - Train patt
www.eeworm.com/read/372113/9521080
m parzen.m
function test_targets = parzen(train_patterns, train_targets, test_patterns, hn)
% Classify using the Parzen windows algorithm
% Inputs:
% train_patterns - Train patterns
% train_targets - Trai