代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/314653/13562710
m traincc.m
%TRAINCC Train combining classifier if needed
%
% W = TRAINCC(A,W,CCLASSF)
%
% INPUT
% A Training dataset
% W A set of classifiers to be combined
% CCLASSF Combining classif
www.eeworm.com/read/314653/13562715
m fisherc.m
%FISHERC Fisher's Least Square Linear Classifier
%
% W = FISHERC(A)
%
% INPUT
% A Dataset
%
% OUTPUT
% W Fisher's linear classifier
%
% DESCRIPTION
% Finds the linear discriminant functio
www.eeworm.com/read/314653/13562755
m testcost.m
function e = testcost(x,w,C,lablist)
%TESTCOST compute the error using the cost matrix C
%
% E = TESTCOST(A,W,C,LABLIST)
% E = TESTCOST(A*W,C,LABLIST)
% E = A*W*TESTCOST([],C,LABLIST)
%
%
www.eeworm.com/read/312163/13616989
m contents.m
% Bayesian classification.
%
% bayescls - Bayesian classifier with reject option.
% bayesdf - Computes decision boundary of Bayesian classifier.
% bayeserr - Computes Bayesian risk for 1D case with G
www.eeworm.com/read/312163/13617407
m contents.m
% Visualization for pattern recognition.
%
% pandr - Visualizes solution of the Generalized Anderson's task.
% pboundary - Plots decision boundary of given classifier in 2D.
% pgauss
www.eeworm.com/read/312163/13617414
m pandr.m
function varargout = pandr(model,distrib)
% PANDR Visualizes solution of the Generalized Anderson's task.
%
% Synopsis:
% h = pandr(model)
%
% Description:
% It vizualizes solution of the Gen
www.eeworm.com/read/312163/13617426
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/152629/5672754
java documentclassifier.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/152629/5672762
java classifiertrainer.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/152629/5672775
java classification.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th