代码搜索:patterns

找到约 8,017 项符合「patterns」的源代码

代码结果 8,017
www.eeworm.com/read/330850/12864871

m information_based_selection.m

function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns) % Koller and Sawami algorithm for pattern selection % % train_patterns - Input pattern
www.eeworm.com/read/317622/13500812

m nearestneighborediting.m

function [patterns, targets] = NearestNeighborEditing(train_patterns, train_targets, Nmu, plot_on) %Reduce the number of data points using the nearest neighbor editing algorithm %Inputs: % train_
www.eeworm.com/read/317622/13500843

m addc.m

function [patterns, targets] = ADDC(train_patterns, train_targets, Nmu, plot_on) %Reduce the number of data points using the Agglomerative clustering algorithm %Inputs: % train_patterns - Input p
www.eeworm.com/read/317622/13500850

m nddf.m

function [test_targets, g0, g1] = NDDF(train_patterns, train_targets, test_patterns, cost) % Classify using the normal density discriminant function % Inputs: % train_patterns - Train patterns
www.eeworm.com/read/317622/13500854

m kohonen_sofm.m

function [patterns, targets, label] = Kohonen_SOFM(train_patterns, train_targets, params, plot_on) %Reduce the number of data points using a Kohonen self-organizing feature map algorithm %Inputs:
www.eeworm.com/read/317622/13500857

m information_based_selection.m

function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns) % Koller and Sawami algorithm for pattern selection % % train_patterns - Input pattern
www.eeworm.com/read/405069/11472159

m nearestneighborediting.m

function [patterns, targets] = NearestNeighborEditing(train_patterns, train_targets, Nmu, plot_on) %Reduce the number of data points using the nearest neighbor editing algorithm %Inputs: % train_
www.eeworm.com/read/405069/11472191

m addc.m

function [patterns, targets] = ADDC(train_patterns, train_targets, Nmu, plot_on) %Reduce the number of data points using the Agglomerative clustering algorithm %Inputs: % train_patterns - Input p
www.eeworm.com/read/405069/11472198

m nddf.m

function [test_targets, g0, g1] = NDDF(train_patterns, train_targets, test_patterns, cost) % Classify using the normal density discriminant function % Inputs: % train_patterns - Train patterns
www.eeworm.com/read/405069/11472202

m kohonen_sofm.m

function [patterns, targets, label] = Kohonen_SOFM(train_patterns, train_targets, params, plot_on) %Reduce the number of data points using a Kohonen self-organizing feature map algorithm %Inputs: