代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/355282/3054818
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
struct ipt_classify_target_info {
u_int32_t priority;
};
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/262041/4316486
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
struct ipt_classify_target_info {
u_int32_t priority;
};
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/258868/4351321
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
struct ipt_classify_target_info {
u_int32_t priority;
};
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/476059/6773191
m fisher_classify.m
function [clusters,c,F]=fisher_classify(A,B,data)
%fisher判别法程序
%输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本
%输出C为判别系数向量
[s,p]=size(A);t=size(B,1);
n=size(data,1);
if size(B,2)~=p||size(data,2)~=p
d
www.eeworm.com/read/474600/6813459
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/474600/6813559
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/192797/8271439
cpp svm_classify.cpp
// Svm_classify.cpp: implementation of the CSvm_classify class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "svm_comm
www.eeworm.com/read/192797/8271461
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/393565/8275384
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/393561/8275469