代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/216443/15006710
m comp_dgt_fb.m
function [coef]=comp_dgt_fb(f,g,a,M)
%COMP_DGT_FB Filter bank DGT
% Usage: c=comp_dgt_fb(f,g,a,M);
%
% This is a computational routine. Do not call it directly.
%
% See help on DGT.
% Aut
www.eeworm.com/read/475585/6773718
h gradechop.h
/* -*-C-*-
********************************************************************************
*
* File: gradechop.h (Formerly gradechop.h)
* Description:
* Author: Mark Seaman, SW Pro
www.eeworm.com/read/474600/6813519
m cartfunctions.m
function delta = CARTfunctions(split_point, patterns, targets, dim, split_type)
%Calculate the difference in impurity for the CART algorithm
Uc = unique(targets);
for i = 1:length(Uc),
in =
www.eeworm.com/read/415311/11077201
m cartfunctions.m
function delta = CARTfunctions(split_point, features, targets, dim, split_type)
%Calculate the difference in impurity for the CART algorithm
Uc = unique(targets);
for i = 1:length(Uc),
in =
www.eeworm.com/read/127438/6006185
c comm_splitf.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* This file is automatically generated by buildiface
* D
www.eeworm.com/read/353746/10422928
c pango-item.c
/* Pango
* pango-item.c: Single run handling
*
* Copyright (C) 2000 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Libr