代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/392854/8322668

m mixgauss_classifier_train.m

function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nc, varargin) % function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nclusters, varargin) % trainFeatur
www.eeworm.com/read/147186/12578668

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
www.eeworm.com/read/147186/12578715

m mixgauss_classifier_train.m

function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nc, varargin) % function mixgauss = mixgauss_classifier_train(trainFeatures, trainLabels, nclusters, varargin) % trainFeatur
www.eeworm.com/read/468922/6981906

m mindist_classifier_type_final.m

function j=mindist_classifier_type_final(tst,trn,type) % This function used to calculate the minimum distance between the testing % image and the training images using many metrics % This code is
www.eeworm.com/read/175689/5343473

m exp_linear classifier.m

%addpath G:\Matlab_EXP\stprtool %stprpath; %compilemex; figure('name','Linear classfier'); clear;clc; %addpath G:\Matlab_EXP\stprtool\data\riply_data trn = load('riply_trn'); % load training dat
www.eeworm.com/read/175689/5343484

asv exp_linear classifier.asv

%addpath G:\Matlab_EXP\stprtool %stprpath; %compilemex; %addpath G:\Matlab_EXP\stprtool\data\riply_data trn = load('riply_trn'); % load training data tst = load('riply_tst'); % load testing dat
www.eeworm.com/read/428780/1954147

m exp_linear classifier.m

%addpath G:\Matlab_EXP\stprtool %stprpath; %compilemex; figure('name','Linear classfier'); clear;clc; %addpath G:\Matlab_EXP\stprtool\data\riply_data trn = load('riply_trn'); % load training dat
www.eeworm.com/read/428780/1954158

asv exp_linear classifier.asv

%addpath G:\Matlab_EXP\stprtool %stprpath; %compilemex; %addpath G:\Matlab_EXP\stprtool\data\riply_data trn = load('riply_trn'); % load training data tst = load('riply_tst'); % load testing dat
www.eeworm.com/read/124570/14558768

java distributionmetaclassifier.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