代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/398705/2371290
m c_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/386597/2570216
m marginalization.m
function [targets, P] = Marginalization(patterns, targets, params, plot_on)
% Classify data with missing features using the marginal distribution
%
% Inputs:
% patterns - Input patterns
% t
www.eeworm.com/read/373460/2761794
m u_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
%
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/373460/2761802
m c_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/474600/6813562
m marginalization.m
function [targets, P] = Marginalization(patterns, targets, params, plot_on)
% Classify data with missing features using the marginal distribution
%
% Inputs:
% patterns - Input patterns
% t
www.eeworm.com/read/293183/8310169
m classd.m
%CLASSD Classify data using a given classifier
%
% labels = classd(D)
%
% Finds the labels of the classified dataset D (typically the result
% of a mapping or classification A*W). For each object
www.eeworm.com/read/367441/9748329
m u_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
%
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/367441/9748350
m c_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/187283/8836323
h typeclass.h
/* Values returned by __builtin_classify_type. */
enum type_class
{
no_type_class = -1,
void_type_class, integer_type_class, char_type_class,
enumeral_type_class, boolean_type_class,
pointer
www.eeworm.com/read/296774/7114390
h typeclass.h
/* Values returned by __builtin_classify_type. */
enum type_class
{
no_type_class = -1,
void_type_class, integer_type_class, char_type_class,
enumeral_type_class, boolean_type_class,
pointer