代码搜索:splitting
找到约 525 项符合「splitting」的源代码
代码结果 525
www.eeworm.com/read/367675/2836249
txt 64.txt
发信人: ashun (阿顺), 信区: DataMining
标 题: 数据挖掘术语简介(三)
发信站: 南京大学小百合站 (Wed Aug 29 14:44:23 2001)
CART
Classification And Regression Trees. CART is a method of splitting the indepen
dent variables
www.eeworm.com/read/356084/3042733
m rpnode.m
% RPnode -- Rect Tree bivariate indexing
% Usage
% [i1,i2] = RPnode(d1,d2,b1,b2)
% Inputs
% d1,d2 depth in splitting
% b1,b2 box coordinates at that depth
% Outputs
% i1,i2
www.eeworm.com/read/356084/3042740
m rprectbounds.m
% RPrectbounds -- x,y bounds of dyadic rectangle
% Usage
% [lo1,hi1,lo2,hi2] = RPrectbounds(d1,d2,b1,b2,N)
% Inputs
% d1,d2 depth in splitting
% b1,b2 box coordinates at that dept
www.eeworm.com/read/134479/5892290
br matmult.br
// matmult.br
// tests kernel splitting of many-output kernel
#include
kernel void matmult4_pretransposed(
float4 a0,
float4 a1,
float4 a2,
float4 a3,
float4 b0,
float4 b1,
float4 b
www.eeworm.com/read/134479/5892292
br matmult_test.br
// matmult_test.br
// tests kernel splitting of many-output kernel
#include
kernel void matmult8(
float4 ax0, float4 ax1, float4 ax2, float4 ax3,
float4 ay0, float4 ay1,