代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/314653/13562250
m rnnc.m
%RNNC Random Neural Net classifier
%
% W = RNNC(A,N,S)
%
% INPUT
% A Input dataset
% N Number of neurons in the hidden layer (default: 10)
% S Standard deviation of weights in an input lay
www.eeworm.com/read/314653/13562606
m setcost.m
%SETCOST Reset classification cost matrix of mapping
%
% W = SETCOST(W,COST,LABLIST)
%
% The classification cost matrix of the dataset W is reset to COST.
% W has to be a trained classifier. CO
www.eeworm.com/read/312163/13617396
m quadclass.m
function [y,dfce]=quadclass( X, model)
% QUADCLASS Quadratic classifier.
%
% Synopsis:
% [y,dfce] = quadclass(X,model)
%
% Description:
% This function classifies input data X using quadratic
% dis
www.eeworm.com/read/312163/13617465
m~ rspoly2.m~
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/312163/13617507
m redquadh.m
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/312163/13617540
m tune_ocr.m
% TUNE_OCR Tunes SVM classifier for OCR problem.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Multi-class SVM is
www.eeworm.com/read/135153/5889769
c cls_route.c
/*
* net/sched/cls_route.c ROUTE4 classifier.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by
www.eeworm.com/read/135153/5889772
c cls_fw.c
/*
* net/sched/cls_fw.c Classifier mapping ipchains' fwmark to traffic class.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub
www.eeworm.com/read/135153/5889781
c cls_api.c
/*
* net/sched/cls_api.c Packet classifier API.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published b
www.eeworm.com/read/134901/5891543
m tune_ocr.m
% TUNE_OCR Tunes SVM classifier for OCR problem.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Multi-class SVM is