代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/188012/8579860
m bayes_classify.m
% Bayes分类器算法设计
close all
clear all
x=[-5:0.01:5];
%一个标准事件的样本值
x_sample=[
-3.9847 -3.5549 -1.2401 -0.9780 -0.7932 -2.8531...
-2.7605 -3.7287 -3.5414 -2.269
www.eeworm.com/read/387675/8659631
m gaussian_classify.m
%通过比较后验概率的大小进行分类
function [testclass] = gaussian_classify( test,ms,sigs,ps)
%GAUSSIAN_CLASSIFY Summary of this function goes here
% Detailed explanation goes here
dens=gaussian_density(test,ms,s
www.eeworm.com/read/286662/8751779
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/286662/8751985
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/284992/8879262
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/284992/8879288
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/281861/9128798
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/281454/9155014
ncb svm_classify.ncb
www.eeworm.com/read/281454/9155028
dsw svm_classify.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################