代码搜索结果
找到约 10,000 项符合
K 的代码
k_updatm.m
function [x,P] = k_updatm(x,P,A,b,R,Q)
%K_UPDATM Kalman update for matrix
% Allows for system covariance Q
% Allows for observation covariance R
%Kai Borre, February 21, 1999
om
k_point.m
function pos = k_point(pos,pr,sv,time)
% K_POINT Prepares input to the Kalman algorithm for finding
% the final position of a receiver. The inputs are
% preliminary station coordinates ca
k_updatm.m
function [x,P] = k_updatm(x,P,A,b,R,Q)
%K_UPDATM Kalman update for matrix
% Allows for system covariance Q
% Allows for observation covariance R
%Kai Borre, February 21, 1999
om
k_means.m
% k-means - K-means clustering
% (C) 2000.06.28 Kui-yu Chang
% http://lans.ece.utexas.edu/~kuiyu
% This program is free software; you can redistribute it and/or modify
% it under the terms of the G
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