代码搜索:如何学习 Las?
找到约 10,000 项符合「如何学习 Las?」的源代码
代码结果 10,000
www.eeworm.com/read/469022/1482848
txt mynormalthread.csproj.filelistabsolute.txt
H:\学习资料\并行计算\ExperimentsOfParallelAlgorithms\myNormalThread\bin\Debug\myNormalThread.exe
H:\学习资料\并行计算\ExperimentsOfParallelAlgorithms\myNormalThread\bin\Debug\myNormalThread.pdb
H:\学习资料\并行计算\Experim
www.eeworm.com/read/367675/2839732
txt 926.txt
发信人: tyqqre (tyqqre), 信区: DataMining
标 题: Re: 请教一个概念:归纳学习?
发信站: 南京大学小百合站 (Fri May 31 10:10:43 2002)
不知道学习模型的推广能力,是指什么呢?
你看的论文是什么标题?
【 在 mining 的大作中提到: 】
: 从认知的角度来看,学习的分类有:归纳学习、演绎学习、类比学习
www.eeworm.com/read/287770/8670718
m opentimit.m
function [Y, vargout]=opentimit(varargin)
% function [Y, vargout]=opentimit(varargin)
% get the file name and path using the file dialog
persistent lastpath;
if ~nargin
prevpath = pwd;
if las
www.eeworm.com/read/168118/9937818
m contents.m
% The CREWES Seismic I/O toolbox
% A collection of functions to read and write segy seismic and logs
% in LAS or GMA format.
%
% fmreadsegy --- read segy into a fleximat
% fmwritesegy --- write se
www.eeworm.com/read/168118/9938352
m lashtops.m
function lash=lashtops(lash,topnames,ztops)
% lash=lashtops(lash,topnames,ztops)
%
% LASHTOPS searches an LAS header for a tops block and replaces it
% with one containing the topnames and tops given
www.eeworm.com/read/168118/9938362
m contents.m
% The CREWES Seismic logtools toolbox
% A collection of functions to read and write segy seismic and logs
% in LAS or GMA format.
%
Contents
cscorrdisp
cscorr_sonic
fillholes
filtbox
filtb
www.eeworm.com/read/168118/9938391
m lashsetblk.m
function lashout=lashsetblk(lash,bname,block)
% lashout=lashsetblk(lash,bname,block)
%
% LASHSETBLK is the opposite side of the coin to LASHGETBLK. It searches
% an LAS header to find a logical data
www.eeworm.com/read/168118/9938414
m lasheadertime.m
function lasheader_t = lasheadertime(lasheader,logt,ids)
%
% lasheader_t = lasheadertime(lasheader,logt,ids)
%
% Given an las header in a string matrix (such as is provided by
% readlas) LASHEADERTIME
www.eeworm.com/read/168118/9938425
m lashtrunc.m
function lash=lashtrunc(lash)
% lashout=lashtrunc(lash)
%
% LASHTRUNC resizes an LAS header so that contains no blank columns. The
% output header will have a number of columns such that at least one
www.eeworm.com/read/470795/6908411
cpp program_6_10.cpp
// program 6.10: Reformat a name from LastName, FirstName
// to FirstName LastName
#include
#include
using namespace std;
void ParseName(string &FirstName, string &Las