代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/188503/8534655
am makefile.am
# Process this file with Automake to produce Makefile.in
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/utils
LTCOMPILE = $(LIBTOOL) --mode=compile \
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_
www.eeworm.com/read/419001/10889831
m pca_parzen_smooth.m
clc;
clear;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%读取数据,取16个特征
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
samples = textread('data2000.txt');
samples = samples(:,[1:6,9:15,19:22]); %17列 第1列标号
www.eeworm.com/read/397758/8024320
m dimredgui.m
function dimredgui(arg, typ)
% DIMREDGUI Dimensionality Reduction GUI
%
% This GUI function provides access to the Dimensionality Reduction
% methods. These include Principal Component Analysis,
www.eeworm.com/read/120763/14789998
h mhead.h
/*____________________________________________________________________________
MP3 Decoding Libraries
Lanuguages used: C, C++, ASM
As much as I would love to, I cannot take
full credit fo
www.eeworm.com/read/169697/5413711
java nestingstacks.java
/*
* (C) 2001 by Argonne National Laboratory
* See COPYRIGHT in top-level directory.
*/
/*
* @author Anthony Chan
*/
package base.drawable;
import java.util.Stack;
import javax.swing.J
www.eeworm.com/read/316331/13524570
h wndw_rc_nr.h
//==================================================================================
// Noise Reduction wndwdow definition & variable description
//===============================================
www.eeworm.com/read/343946/11917593
h wndw_rc_nr.h
//==================================================================================
// Noise Reduction wndwdow definition & variable description
//===============================================
www.eeworm.com/read/306748/13738941
c sin.c
/* sin.c
*
* Circular sine
*
*
*
* SYNOPSIS:
*
* double x, y, sin();
*
* y = sin( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals of pi/4. The reduction
* error
www.eeworm.com/read/119864/6081911
c sin.c
/* sin.c
*
* Circular sine
*
*
*
* SYNOPSIS:
*
* double x, y, sin();
*
* y = sin( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals of pi/4. The reduction
* error
www.eeworm.com/read/406718/2273848
java hessenbergreduction.java
package org.jutil.math.matrix;
/**
* A HessenbergReduction represents a Hessenberg reduction of a matrix.
* The Hessenberg reduction of a matrix A contains a Hessenberg matrix H and
* a