代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/137506/13318704
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/320989/13414511
m artmap_classify.m
function classification = ARTMAP_Classify(artmap_network, data)
% ARTMAP_Classify Uses an ARTMAP network to classify the given input data.
% CLASSIFICATION = ARTMAP_Classify(ARTMAP_NETWORK, DA
www.eeworm.com/read/318041/13489215
m knn_classify.m
% LogitReg: implementation for k nearest neighbor
%
% Parameters:
% para: parameters
% 1. k: number of neighbor nodes, default: 1
% 2. d: type of distance metrics, 0:L2, 1:L1, 2:chi2, 3:cos,
www.eeworm.com/read/317759/13497962
c svm_classify.c
/***********************************************************************/
/* */
/* svm_classify.c
www.eeworm.com/read/317622/13500860
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/317622/13500954
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/316604/13520436
m start_classify.m
function [D, test_err, train_err, train_features, train_targets, reduced_features, reduced_targets] = start_classify(features, targets, error_method, redraws, percent, Preprocessing_algorithm, Preproc
www.eeworm.com/read/307021/13732926
vhd classify2.vhd
Library IEEE ;
USE IEEE.STD_LOGIC_1164.all;
USE IEEE.STD_LOGIC_ARITH.all;
ENTITY classify2 IS
PORT(clk : IN STD_LOGIC; --全局时钟
sign : IN STD_LOGIC; --待测信号
class : OUT INTEGER RANGE 0 T
www.eeworm.com/read/306180/13750185
rc2 classify.rc2
//
// CLASSIFY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//
www.eeworm.com/read/305600/13764852
cpp svm_classify.cpp
// Svm_classify.cpp: implementation of the CSvm_classify class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svmcls.h"
#include "svm_c