代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/149739/12353572
m testp.m
%TESTP Error estimation of Parzen classifier
%
% E = TESTP(A,H,T)
% E = TESTP(A,H)
%
% INPUT
% A input dataset
% H matrix smoothing parameters (optional, def: determined via
%
www.eeworm.com/read/149739/12353600
m bayesc.m
%BAYESC Bayes classifier
%
% W = BAYESC(WA,WB, ... ,P,LABLIST)
%
% INPUT
% WA, WB, ... Trained mappings for supplying class density estimates
% P Vector with class prior probabili
www.eeworm.com/read/149739/12353650
m getcost.m
%GETCOST Get classification cost matrix
%
% [COST,LABLIST] = GETCOST(W)
%
% Returns the classification cost matrix as set in the classifier W.
% An empty cost matrix is interpreted as equal costs for
www.eeworm.com/read/130490/14189957
c reply.c
/* Copyright (C) 2001-2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* Reply classifier.
*
* Classifies replies to msgs as the same class
www.eeworm.com/read/130490/14190184
c select_analysis.c
/* Copyright (C) 2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* Select database analysis.
* Prints all vectors in a classifier database w
www.eeworm.com/read/213492/15133767
m~ train_ocr.m~
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/213492/15133770
m train_ocr.m
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/13911/286735
m osusvmdemo.m
% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Demonstrations of using C-SVM Classifers.
% 2) Demonstrations of using u-SVM Classifiers
% 3) Demonstration
www.eeworm.com/read/13911/286773
m contents.m
% Support Vector Machine toolbox
% Version 2.51, January 2002
%
% SVM functions:
% svm - create a support vector machine classifier
% svmfwd - forward propagation through svm
% svmkernel - c
www.eeworm.com/read/457053/1601417
tex classify_route.tex
%
% personal commentary:
% DRAFT DRAFT DRAFT
% - KFALL
%
\section{\shdr{Packet Fowarding}{classifier.h}{sec:classroute}}
Routing generally refers to the selection of a packet's path
thr