代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/293183/8310706
m getreject.m
%GETREJECT Get classifier reject value
function r = getreject(w)
r = w.r;
return
www.eeworm.com/read/293183/8310806
m prtools.m
%Pattern Recognition Tools (PRTOOLS 3.1.7)
% Version 1 February 2002 (after PRSD course)
%
%Datasets and Mappings
%---------------------
%dataset Define and retrieve dataset from datamatrix and la
www.eeworm.com/read/293183/8310817
m maxc.m
%MAXC Maximum combining classifier
%
% W = maxc(V)
% W = V*maxc
%
% If V = [V1,V2,V3, ... ] is a set of classifiers trained on the
% same classes and W is the maximum combiner: it selects the cla
www.eeworm.com/read/293183/8310825
m fisherc.m
%FISHERC Fisher's Least Square Linear Classifier
%
% W = fisherc(A,mode,n)
%
% Finds the linear discriminant function between the classes in the
% dataset A by minimizing the errors in the least s
www.eeworm.com/read/172172/9722119
m roc.m
function [AREA,SE,RESULT_S,FPR_ROC,TPR_ROC,TNa,TPa,FNa,FPa]=roc(RESULT,CLASS,fig)
% Receiver Operating Characteristic (ROC) curve of a binary classifier
%
% >> [area, se, deltab, oneMinusSpec, sen
www.eeworm.com/read/367442/9748199
m linclass.m
function [Ipred, Fx ]=linclass(X,alpha,theta)
% LINCLASS classifier based on linear discriminat function.
% [Ipred, Fx ]=linclass(X,alpha,theta)
%
% LINCLASS is the classifier based on a linear d
www.eeworm.com/read/367440/9748490
m roc.m
function [AREA,SE,RESULT_S,FPR_ROC,TPR_ROC,TNa,TPa,FNa,FPa]=roc(RESULT,CLASS,fig)
% Receiver Operating Characteristic (ROC) curve of a binary classifier
%
% >> [area, se, deltab, oneMinusSpec, sen
www.eeworm.com/read/300368/13917411
java iterativeclassifier.java
/*
* 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
* the Free Software Foundation; either vers
www.eeworm.com/read/300368/13917560
java metacost.java
/*
* 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
* the Free Software Foundation; either vers
www.eeworm.com/read/300368/13917842
java evaluation.java
/*
* 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
* the Free Software Foundation; either vers