代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/288527/8626084
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/177981/9424887
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/164272/10120010
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/159601/10635744
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/349916/10782703
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/444528/6965707
in test2.in
validate on
stats query_stats
dim 8
data_size 5000
read_data_pts test2-data.pts
query_size 100
read_query_pts test2-query.pts
bucket_size 1
near_neigh 3
split_rule suggest
shrink_rul
www.eeworm.com/read/463460/7180358
txt 希尔排序_vbs.txt
s=inputbox(vbcrlf&vbcrlf&"以空格隔开:","请输入一组数:","10 17 2007 15 40")
if s="" then wscript.quit
r=split(s," ")
x=ubound(r)
'把字符串转换为Double 子类型:
for i=0 to x
r(i)=cdbl(r(i))
next
'希尔
www.eeworm.com/read/461294/7229818
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/457219/7331991
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%
www.eeworm.com/read/452217/7445175
m da_net.m
%
% Neural test
%
global x y w1 w2 b1 b2 f1 f2 f3 yest
load cstrall.dat
x=cstrall(:,1:3);
y=cstrall(:,4);
%
% Split this into training and testing
%
[x y xtest ytest]=psplit(x,y,50);
%