代码搜索:classifies
找到约 147 项符合「classifies」的源代码
代码结果 147
www.eeworm.com/read/397102/8068546
m edicon.m
%EDICON Edit and condense training set into support set
%
% J = edicon(D)
%
% Condensing: If D is the distance dataset then the indices J refer
% to a minimized set that classifies the original se
www.eeworm.com/read/342008/12047519
m edicon.m
%EDICON Edit and condense training set into support set
%
% J = edicon(D)
%
% Condensing: If D is the distance dataset then the indices J refer
% to a minimized set that classifies the original se
www.eeworm.com/read/293183/8310829
m edicon.m
%EDICON Edit and condense training set into support set
%
% J = edicon(D)
%
% Condensing: If D is the distance dataset then the indices J refer
% to a minimized set that classifies the original se
www.eeworm.com/read/441015/7677940
m parzenpnnclassify.m
function [class,score,scores] = parzenPNNclassify(net,X,nonlin)
% PARZENPNNCLASSIFY Classifies a vector x given a parzenPNN network.
%
% This funcion uses a Parzen PNN (Probabilistic Neural Network)
www.eeworm.com/read/397106/8067522
m em_vc.m
% Learns classifier and classifies test set
% using the expectation-maximization algorithm
% Uses a modified version of E-M which automatically selects the number of components
%
% Usage:
% [trai
www.eeworm.com/read/397106/8067574
m k_l_nn_rule_vc.m
% Classifies input using (k-l)NN classifier
% This means that it will classify the input if at least l of the k nearest
% neighbors agree on the label, and refuses to classify otherwise.
%
% NOTE: To
www.eeworm.com/read/397106/8067879
m svm_vc.m
% Learns classifier and classifies test set
% using Support Vector Machines.
% The actual SVM Code is GNU code (see SVMReadme.txt)
%
%
% If there are 2 classes, there is no problem (except that the
www.eeworm.com/read/310621/13648605
m weakclassifybatch.m
function [error,Result]=WeakClassifyBatch(X,Y,H,W,WLearner)
% Same as WeakClassify but classifies an array of inputs X
% also finds the error of classification ,
% assumes correct classification is g
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/405754/2285066
c runmlp.c
/*
# proc: mlphypscons - classifies the given set of feature vectors using
# proc: the MLP code.
# proc: runmlp - runs the MLP classifier on a given feature vector.
# proc:
*/
#include