代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/259886/11759465
m demolin8.m
%% Adaptive Noise Cancellation
% A linear neuron is allowed to adapt so that given one signal, it can predict a
% second signal.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.13 $
www.eeworm.com/read/246586/4492541
names banana.names
| This file contains a make-believe problem which has been designed to help
| introduce users to the UWML framework.
| The goal is to predict if a banana is edible or spoiled from how many days
|
www.eeworm.com/read/203086/5041944
makefile
# Source configuration.
include Makefile.conf
SHELL := /bin/sh
# Executables configuration.
subdirs := train predict kfold
programs := $(subdirs)
progpaths := $(foreach d,$(programs),$(PROGDIR)/$(d)
www.eeworm.com/read/273525/4207067
ado mprobit_p.ado
*! version 1.0.6 01apr2005
/* predict for mprobit */
program define mprobit_p
version 9
if "`e(cmd)'" != "mprobit" {
di as error "{p}multinomial probit estimates from" ///
"
www.eeworm.com/read/273525/4207551
ado ml_p.ado
*! version 1.0.0 03jan2005
program ml_p
version 9
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
ml_score `0'
exit
}
_predict `0'
end
exit
www.eeworm.com/read/273525/4207721
ado asmprobit_p.ado
*! version 1.0.2 01apr2005
/* predict for asmprobit */
program define asmprobit_p, sortpreserve
version 9
if "`e(cmd)'" != "asmprobit" {
di as error "{p}multinomial probit estimate
www.eeworm.com/read/273525/4209200
idlg _nohet2.idlg
/*
Include file that does all the work for predict
(after lnormal, llogistic, or gamma with no het.)
*! VERSION 1.1.1 28mar2005
*/
INCLUDE _std_large // ** set POSTINIT to match
www.eeworm.com/read/273525/4209243
idlg _p_gentype_sc.idlg
/*
INCLUDE file containing SCRIPTs for the varlist and typlist for the
predict command. (May also be used elsewhere).
*! VERSION 1.0.1 28mar2005
*/
SCRIPT main_PREINIT
BEGIN
create
www.eeworm.com/read/273525/4210464
ado mprobit_p.ado
*! version 1.0.7 07jun2005
/* predict for mprobit */
program define mprobit_p
version 9
if "`e(cmd)'" != "mprobit" {
di as error "{p}multinomial probit estimates from" ///
"
www.eeworm.com/read/273525/4210503
ado asmprobit_p.ado
*! version 1.0.4 03jun2005
/* predict for asmprobit */
program define asmprobit_p, sortpreserve
version 9
if "`e(cmd)'" != "asmprobit" {
di as error "{p}multinomial probit estimate