代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/439082/1820094
c cls_rsvp.c
/*
* net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/430518/1928961
c cls_rsvp.c
/*
* net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/430506/1929381
c knnclass.c
/*---------------------------------------------------------------------------
[tst_labels] = knnclass(tst_data,trn_data,trn_labels, k)
KNNCLASS k-Nearest Neighbours classifier.
Input:
tst_data [dim
www.eeworm.com/read/430506/1929407
m bayesdemo1.m
% BAYESDEMO1 demo how to display discriminat function for Bayes classifier.
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cm
www.eeworm.com/read/428780/1954095
m svmclass.m
function [y,dfce] = svmclass(X,model)
% SVMCLASS Support Vector Machines Classifier.
%
% Synopsis:
% [y,dfce] = svmclass( X, model )
%
% Description:
% [y,dfce] = svmclass( X, model ) classifies inp
www.eeworm.com/read/428780/1954146
m exp_perceptron.m
% binary linear classifier with Perceptron
%addpath('f:/Matlab_EXP/stprtool');
figure('name','LinearFuction_perceptron');
clear;clc;
data = genlsdata( 2, 50, 1); % generate training data
model
www.eeworm.com/read/428780/1954200
asv exp_k_nearest.asv
% KNNCLASS k-Nearest Neighbours classifier.
%
% Synopsis:
% y = knnclass(X,model)
%
% Description:
% The input feature vectors X are classified using the K-NN
% rule defined by the input mod
www.eeworm.com/read/428780/1954201
m exp_k_nearest.m
% KNNCLASS k-Nearest Neighbours classifier.
%
% Synopsis:
% y = knnclass(X,model)
%
% Description:
% The input feature vectors X are classified using the K-NN
% rule defined by the input mod
www.eeworm.com/read/428780/1954272
m~ contents.m~
% Linear classifier based on the Fisher linear discriminat.
%
% fldqp - Computes Fisher's Linear Discriminat using QP.
% lfld - Learns Fisher's Linear Discriminat.
%
% About: Statistical Patt
www.eeworm.com/read/413855/2157380
cc ipclassifier.cc
/*
* ipclassifier.{cc,hh} -- IP-packet classifier with tcpdumplike syntax
* Eddie Kohler
*
* Copyright (c) 2000 Mazu Networks, Inc.
*
* Permission is hereby granted, free of charge, to any perso