代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/452202/7446063
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G
www.eeworm.com/read/451308/7467545
java testnaivebayes.java
package ir.classifiers;
import java.util.*;
/**
* Wrapper class to test NaiveBayes classifier using 10-fold CV.
* Running it with -debug option gives very detailed output
*
* @author Sugat
www.eeworm.com/read/450608/7480138
m pcldc.m
%PCLDC Linear classifier using PC expansion on the joint data.
%
% W = PCLDC(A,N)
% W = PCLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of eigenvectors
% ALF Total explained variance (defau
www.eeworm.com/read/450608/7480435
m klldc.m
%KLLDC Linear classifier built on the KL expansion of the common covariance matrix
%
% W = KLLDC(A,N)
% W = KLLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of significant eigenvectors
% AL
www.eeworm.com/read/450608/7480447
m fdsc.m
%FDSC Feature based Dissimilarity Space Classification
%
% W = FDSC(A,R,FEATMAP,TYPE,P,CLASSF)
% W = A*FDSC([],R,FEATMAP,TYPE,P,CLASSF)
%
% INPUT
% A Dateset used for training
% R
www.eeworm.com/read/450608/7480557
m mclassc.m
%MCLASSC Computation of multi-class classifier from 2-class discriminants
%
% W = MCLASSC(A,CLASSF,MODE)
%
% INPUT
% A Dataset
% CLASSF Untrained classifier
% MODE Type of handling mu
www.eeworm.com/read/450549/7481649
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Classifier.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/443866/7621345
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G
www.eeworm.com/read/442927/7641781
m inputselectexhaustive.m
function [bestSelectedInput, bestRecogRate, allSelectedInput, allRecogRate, elapsedTime] = inputSelectExhaustive(DS, inputNum, classifier, param, plotOpt)
% inputSelectExhaustive: Input selection via
www.eeworm.com/read/442927/7641840
html inputselectexhaustive.html
Description of inputSelectExhaustive