代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/143706/12850380
exe svm_classify.exe
www.eeworm.com/read/330850/12864882
m start_classify.m
function [D, test_err, train_err, train_patterns, train_targets, reduced_patterns, reduced_targets] = start_classify(patterns, targets, error_method, redraws, percent, Preprocessing_algorithm, Preproc
www.eeworm.com/read/330850/12865153
m classify_paramteric.m
function targets = classify_paramteric(param_struct, patterns)
%Function for classifying patterns based on parametric distributions.
%Inputs are the paramters of the distributions and the patterns
www.eeworm.com/read/329960/12923959
h smap_classify.h
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/329960/12924152
c smap_classify.c
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/327199/13095377
cpp svm_classify.cpp
// Svm_classify.cpp: implementation of the CSvm_classify class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svmcls.h"
#include "svm_c
www.eeworm.com/read/327199/13095408
h svm_classify.h
// Svm_classify.h: interface for the CSvm_classify class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SVM_CLASSIFY_H__84FFE3EB_1A14_4CD2_918C_FD8E51
www.eeworm.com/read/239920/13247929
m iris_classify.m
%
% 用BP学习算法对鸢尾属植物样本集进行模式分类
%
% 数据库:Iris @UCI
%
function Iris_classify()
InDim=2;
OutDim=3;
%获取训练样本:BPN输入(特征)和目标输出(类别)
M=csvread('Iris.csv');
M11=M(1:20,2);M12=M(51:70,2);M13=M(101:120,2)
www.eeworm.com/read/324400/13264733
c svm_classify.c
/***********************************************************************/
/* */
/* svm_classify.c
www.eeworm.com/read/137506/13318679
cpp svm_classify.cpp
// Svm_classify.cpp: implementation of the CSvm_classify class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "svm_comm