代码搜索结果
找到约 10,000 项符合
K 的代码
k_means.m
function [patterns, targets, label] = k_means(train_patterns, train_targets, Nmu, plot_on)
%Reduce the number of data points using the k-means algorithm
%Inputs:
% train_patterns - Input patterns