代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/472030/6878270

txt classifier.csproj.filelistabsolute.txt

C:\Documents and Settings\Coolboy\Desktop\One-Layer Perceptron Classifier\obj\Debug\ResolveAssemblyReference.cache C:\Documents and Settings\Coolboy\Desktop\One-Layer Perceptron Classifier\obj\Debug\
www.eeworm.com/read/472030/6878282

manifest classifier.vshost.exe.manifest

www.eeworm.com/read/472030/6878284

manifest classifier.vshost.exe.manifest

www.eeworm.com/read/192735/8289473

cpp libsvm_classifier_spider.cpp

/* $Revision: 1.8 $ */ // Automatically generated by MATLAB Project Wizard version 1.0 // // This is the gateway routine for a MATLAB Math/Graphics Library-based // C MATLAB MEX File. #include
www.eeworm.com/read/392854/8322457

m# #mixgauss_classifier_train.m#

function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nc, varargin) % function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nclusters, varargin) % trainFeatures
www.eeworm.com/read/392854/8322614

m mixgauss_classifier_apply.m

function [classHatTest, probPos] = mixgauss_classifier_apply(mixgauss, testFeatures) Bpos = mixgauss_prob(testFeatures, mixgauss.pos.mu, mixgauss.pos.Sigma, mixgauss.pos.prior); Bneg = mixgauss_pr