代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/172803/9689618
pdf head first design patterns ch05.pdf
www.eeworm.com/read/172799/9689652
pdf head first design patterns ch03.pdf
www.eeworm.com/read/172799/9689654
pdf head first design patterns ch01.pdf
www.eeworm.com/read/172799/9689656
pdf head first design patterns ch02.pdf
www.eeworm.com/read/171601/9745313
pdf core j2ee patterns.pdf
www.eeworm.com/read/203865/15350610
pdf ejb.design.patterns.chinese.ebook-yssy.pdf
www.eeworm.com/read/103396/15734657
pdf core j2ee patterns.pdf
www.eeworm.com/read/386950/8716562
m usec45.m
%UseC45.m
%Shiliang Sun (shiliangsun@gmail.com), Apr. 9, 2007
%Show how to use the C4.5 algorithm to train a decision tree and classify
%test samples.
%This code is based on the C4_5.m file from "
www.eeworm.com/read/286662/8751654
m nearest_neighbor.m
function test_targets = Nearest_Neighbor(train_patterns, train_targets, test_patterns, Knn)
% Classify using the Nearest neighbor algorithm
% Inputs:
% train_patterns - Train patterns
% train_t
www.eeworm.com/read/286662/8751719
m none.m
function test_targets = None(train_patterns, train_targets, test_patterns, Params)
% Make no classifications (Dummy function)
% Inputs:
% training_patterns - Train patterns
% training_targets