代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/268125/11151234
m c4_5.m
function test_targets = C4_5(train_patterns, train_targets, test_patterns, inc_node)
% Classify using Quinlan's C4.5 algorithm
% Inputs:
% training_patterns - Train patterns
% training_target
www.eeworm.com/read/200237/15437067
m force_membership_wc.m
function class_out = force_membership_wc(f_in, class_in, f_out, handles);
% class = function force_membership(f_in, class_in, f_out, handles)
% Given classified points, try to classify new points vi
www.eeworm.com/read/197100/8029914
am makefile.am
SUBDIRS =
AM_CPPFLAGS = \
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
-I$(top_srcdir)/cutil -I$(top_srcdir)/classify \
-I$(top_srcdir)/image -I$(top_srcdir)/dict \
-I$(top_srcdir
www.eeworm.com/read/175689/5343290
m detreeexp42.m
global data textdata bad numobs
global x y j quadclass tree
global dtnum dtnode dtclass
[x,y] = meshgrid(1:.1:5,1:.1:5);
x = x(:);
y = y(:);
j = classify([x y],data(:,1:2),textdata);
gscat
www.eeworm.com/read/175689/5343298
asv detreeexp42.asv
global data textdata bad numobs
global x y j quadclass tree
global dtnum dtnode dtclass
[x,y] = meshgrid(1:.1:5,1:.1:5);
x = x(:);
y = y(:);
j = classify([x y],data(:,1:2),textdata);
gscat
www.eeworm.com/read/428780/1953964
m detreeexp42.m
global data textdata bad numobs
global x y j quadclass tree
global dtnum dtnode dtclass
[x,y] = meshgrid(1:.1:5,1:.1:5);
x = x(:);
y = y(:);
j = classify([x y],data(:,1:2),textdata);
gscat
www.eeworm.com/read/428780/1953972
asv detreeexp42.asv
global data textdata bad numobs
global x y j quadclass tree
global dtnum dtnode dtclass
[x,y] = meshgrid(1:.1:5,1:.1:5);
x = x(:);
y = y(:);
j = classify([x y],data(:,1:2),textdata);
gscat
www.eeworm.com/read/475585/6773693
am makefile.am
SUBDIRS =
AM_CPPFLAGS = \
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
-I$(top_srcdir)/cutil -I$(top_srcdir)/classify \
-I$(top_srcdir)/image -I$(top_srcdir)/dict \
-I$(top_srcdir
www.eeworm.com/read/191952/8414453
1 consult.1
.EN
.TH C4.5 1
.SH NAME
.PP
consult \- classify items using a decision tree
.SH SYNOPSIS
.PP
.B consult
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consult
reads a decision tree produced by c
www.eeworm.com/read/430027/8772176
1 consult.1
.EN
.TH C4.5 1
.SH NAME
.PP
consult \- classify items using a decision tree
.SH SYNOPSIS
.PP
.B consult
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consult
reads a decision tree produced by c