代码搜索:Classify

找到约 2,639 项符合「Classify」的源代码

代码结果 2,639
www.eeworm.com/read/281454/9155038

dsp svm_classify.dsp

# Microsoft Developer Studio Project File - Name="svm_classify" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x
www.eeworm.com/read/281454/9155050

c svm_classify.c

/***********************************************************************/ /* */ /* svm_classify.c
www.eeworm.com/read/281454/9155060

opt svm_classify.opt

www.eeworm.com/read/281454/9155063

plg svm_classify.plg

Build Log --------------------Configuration: svm_classify - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\
www.eeworm.com/read/379774/9177327

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/379774/9177348

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/180303/9313159

m svm_classify.m

function status = svm_classify(options, data, model, predictions) % SVM_CLASSIFY - Interface to SVM light, classification module % % STATUS = SVM_CLASSIFY(OPTIONS, DATA, MODEL, PREDICTIONS) % C
www.eeworm.com/read/177129/9468844

m start_classify.m

function [D, test_err, train_err] = start_classify(features, targets, error_method, redraws, percent, Preprocessing_algorithm, PreprocessingParameters, Classification_algorithm, AlgorithmParameters, r
www.eeworm.com/read/372113/9521167

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/372113/9521358

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