代码搜索结果
找到约 10,000 项符合
W 的代码
vt100-w
[3g
H H H H H H H H H H H H H H H H H
compare-w.el
;; Compare text between windows for Emacs.
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modif
data_w.m
function daw=data_w(set, theta, sampl_weights)
% daw=data_w(set, theta, sampl_weights)
%
% Constructor for the data_w class
%
% da=data(set)
% da=data(set, theta)
% da=data(set, theta, sampl_w
set_w.m
function rn=set_w(rn, w)
% rn=rbf_net_base.get_w(rn, w)
%
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights reserved
% THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of GMD F
get_w.m
function w=get_w(rn)
% w=rbf_net_base.get_w(rn)
%
% rn is a instance of the class rbf_net_base
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights reserved
% THIS IS UNPUBL
mse_w.m
function MSE=mse_distr(Out, DestOut, Distr)
% MSE=mse_distr(Out, DestOut, Distr)
%
% Computes the mean-squared-error
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights res
rbfgrad_w.m
function [C_mu, C_sigma]=rbfgrad_w(X, Y, O, mu, sigma, w, H, Inp, eta, h1_sigma_sigma, h2_sigma_sigma, dif_h1_h1, dif_h2_h2)
% [C_mu, C_sigma]=cen_wid_gradient(X, Y, O, mu, sigma, w, H, Inp, ...
% e
learner_w.m
function lrn=learner_w(l)
% Constructor for the learner_w class
%
% lrn=learner_w()
% lrn=learner_w(learner_w)
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights reserved
%
makefile.w32
PLATFORM=WIN32
PPLATFORM=P$(PLATFORM)
CFLAGS=\
-c \
-I. \
-DWIN32 \
-D__WIN32__ \
-DPLATFORM=$(PPLATFORM) \
-DNO_DIRENT \
-DNO_PIPE \
-DNO_STAT \
-DNO_UNISTD \
-
makefile.w32
# Makefile for zlib. Modified for mingw32
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile,
#
# make -fmakefile.w32
#
CC=gcc
# Generate dependencies (see