代码搜索结果

找到约 1,827 项符合 Recognition 的代码

knnrloo.asv

function [recogRate, computed, nearestIndex] = knnrLoo(DS, k, plotOpt) %knnrLoo: Leave-one-out recognition rate of KNNR % Usage: [recogRate, computed, nearestIndex] = knnrLoo(DS, k, plotOpt) % rec

inputselectplot.m

function inputSelectPlot(allRecogRate, allSelectedInput, inputName, callingFunction); % inputSelectPlot: Plot for input selection % Usage: inputSelectPlot(allRecogRate, allSelectedInput, inputName,

main.cpp

/********************************************************* // 模糊C均值聚类算法 // Coded by zhchshen // Date: 2008-08-19 23:42 // zhchshen@yahoo.com.cn // Bezdek J C. Pattern Recognition with Fuzzy

listctrlex.h

////////////////////////////////////////////////////////////////////////// // This is just a wrapper around MFC CListCtrl without // shell gesture recognition (dots popup) // more on the subject:

abnet.m

function [w,win,cwin,D] = abnet(ag,eps,comp,alfa,beta,pc,pm), % % Ph.D. Thesis % Leandro Nunes de Castro % June, 1999 % Pattern Recognition in the Immune System using a Growing SOM % Bipolar S

contents.m

% Pattern Recognition Tools % Version 4.1.4 11-Oct-2008 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define dataset from datamatrix and labels %datasets

prtools.m

% Pattern Recognition Tools % Version 4.1.4 11-Oct-2008 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define dataset from datamatrix and labels %datasets

facerec.m

%FACE RECOGNITION SCRIPT %First takes the last selected image %Calls the images from database %Applies PCA to images %Compares the last selected image with database images and says if it is %foun

start.m

% Main code for accessing the software %Clears the parallel port first and then turns on(gives logical 1) %to D2 clc clear all close all b=1; for b=1:100 i=1; k=1; parport=digitalio('pa

facerec.asv

%FACE RECOGNITION SCRIPT %First takes the last selected image %Calls the images from database %Applies PCA to images %Compares the last selected image with database images and says if it is %foun