代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/246835/4490995
c motion_est_mmx.c
/*
* MMX optimized motion estimation
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/236440/4639860
c motion_est_mmx.c
/*
* MMX optimized motion estimation
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/201007/5062463
svn-base motion_est_mmx.c.svn-base
/*
* MMX optimized motion estimation
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/177697/5321476
c motion_est.c
/*
* Motion estimation
* Copyright (c) 2000,2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
*
* This library is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/177697/5321531
c motion_est_mmx.c
/*
* MMX optimized motion estimation
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/309003/3708812
m levelshrink.m
function xh = LevelShrink(y,L,qmf,type)
% LevelShrinkS -- Wavelet Shrinkage with universal threshold and
% level-dependent noise estimation
% Usage
% xh = LevelShrink(y, L, qmf,type)
%
www.eeworm.com/read/303435/3813003
tex grmdoc.tex
{\documentstyle[authordate1-4,psfig]{project96}
\newtheorem{algorithm}{Algorithm}
\begin{document}
\title{GRM - Generalized Reciprocal Method \\
with automated optimum parameters and depth estimation
www.eeworm.com/read/273525/4206191
ado suest_8.ado
*! version 2.1.1 08dec2004
program suest_8
version 8
if replay() {
if "`e(cmd)'" != "suest" {
di as err "estimation results for suest not found"
exit 3
www.eeworm.com/read/273525/4207573
ado mds.ado
*! version 1.0.0 11mar2005
program mds, byable(onecall)
version 9
if replay() {
if _by() {
error 190
}
if "`e(cmd)'" != "mds" {
dis as err "mds estimation results not found"
www.eeworm.com/read/429426/1948709
py accuracy6.py
# Description: Leave-one-out method for estimation of classification accuracy. Demonstration of use for different learners
# Category: evaluation
# Uses: voting.tab
# Referenced: c_perfo