代码搜索结果

找到约 3,568 项符合 Strip 的代码

strip

#! /bin/sh # # Script for use from Perl to strip config files and perform shell variable # # This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt] # # (c) 2000,2001,

strip

# -*-perl-*- $description = "The following test creates a makefile to verify the ability of make to strip white space from lists of o

strip

#! /bin/sh # Strip - Strip out echoes and pauses to give pure Example file cat PSTutorial | sed '/echo/d' | sed '/pause/d' >Commands_Only

strip

# -*-perl-*- $description = "The following test creates a makefile to verify the ability of make to strip white space from lists of o

strip

# -*-perl-*- $description = "The following test creates a makefile to verify the ability of make to strip white space from lists of o

strip.c

/* -*- c-file-style: "java"; indent-tabs-mode: nil; fill-column: 78; -*- * * distcc -- A simple distributed compiler system * * Copyright (C) 2002, 2003 by Martin Pool * * This

strip.m

function net = strip(net, tolerance) % STRIP % % Delete support vectors from a support vector classification network for which % the magnitude of the corresponding weight is less than a given to

strip.m

function net = strip(net, tolerance) if nargin == 1 tolerance = 1e-12; end idx = find(abs(net.w) > tolerance); net.sv = net.sv(idx,:); net.w = net.w(idx);

strip.m

function net = strip(net, tolerance) % STRIP % % Delete support vectors from a support vector classification network for which % the magnitude of the corresponding weight is less than a given to