代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/281796/9133813
java nearest.java
import java.awt.event.*;
import java.awt.*;
import java.applet.*;
import java.lang.Math;
import java.util.Vector;
public class Nearest extends Applet implements ActionListener
{
DrawCanvas canva
www.eeworm.com/read/175082/9560964
m nearest.m
function [zj,j,d] = nearest(z,xi);
% NEAREST: return the vector zj in z that is nearest to xi
% [zj,j,d] = nearest(z,xi)
% z - d*J vectors that need to be compared to xi
% xi - the vector that wants
www.eeworm.com/read/167735/9953656
m nearest.m
function [zj,j,d] = nearest(z,xi);
% NEAREST: return the vector zj in z that is nearest to xi
% [zj,j,d] = nearest(z,xi)
% z - d*J vectors that need to be compared to xi
% xi - the vector that wants
www.eeworm.com/read/280604/10304730
m nearest.m
function [zj,j,d] = nearest(z,xi);
% NEAREST: return the vector zj in z that is nearest to xi
% [zj,j,d] = nearest(z,xi)
% z - d*J vectors that need to be compared to xi
% xi - the vector that wants
www.eeworm.com/read/299459/7850926
m nearest.m
% The nearest neighbor classifier with the features extracted by PCA,
% 2D-PCA, LDA AND 2D-LDA.
% 2DPCA,then return a matrix contined all the data
p=120; % the output number of p
www.eeworm.com/read/485402/6561427
c nearest.c
/* Copyright (c) Colorado School of Mines, 2001.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/************************
www.eeworm.com/read/251501/12340697
exe nearest.exe
www.eeworm.com/read/116460/14969338
cpp nearest.cpp
// CNearest.cpp: implementation of the CNearest class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DNAClassification.h"
#include "Nea
www.eeworm.com/read/116460/14969360
h nearest.h
// CNearest.h: interface for the CNearest class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NEAREST_H__6E7A4BAE_62E4_4E35_AD26_64B2F7255D35__INCLUD