代码搜索结果
找到约 10,000 项符合
K 的代码
k_means.m
function [features, targets, label] = k_means(train_features, train_targets, Nmu, region, plot_on)
%Reduce the number of data points using the k-means algorithm
%Inputs:
% train_features - Input
index-k.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde