代码搜索结果
找到约 1,827 项符合
Recognition 的代码
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
kernel_fun.h
/* --------------------------------------------------------------------
Evaluation of kernel functions: linear, poly, rbf, sigmoidal.
About: Statistical Pattern Recognition Toolbox
(C) 1999-2003,
kernel_fun.c
/* --------------------------------------------------------------------
Evaluation of kernel functions: linear, poly, rbf, sigmoidal.
About: Statistical Pattern Recognition Toolbox
(C) 1999-2003,
config_file_2.m
%%%%% Global configuration file %%%%%%
%%% For ICCV 2005 short course on Object Recognition
%%% by R. Fergus, L. Fei-Fei and A. Torralba.
%%% Holds all settings used in all parts of the code, enabli
config_file_1.m
%%%%% Global configuration file %%%%%%
%%% For ICCV 2005 short course on Object Recognition
%%% by R. Fergus, L. Fei-Fei and A. Torralba.
%%% Holds all settings used in all parts of the code, enabli
recog.c
/* Subroutines used by or related to instruction recognition.
Copyright (C) 1987, 88, 91, 92, 93, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can
contents.m
% Pattern Recognition Tools
% Version 4.1.3 06-Apr-2008
%
%Datasets and Mappings (just most important routines)
%---------------------
%dataset Define dataset from datamatrix and labels
%datasets