代码搜索:Multivariate Analysis

找到约 10,000 项符合「Multivariate Analysis」的源代码

代码结果 10,000
www.eeworm.com/read/223154/14652327

txt readme.txt

TSA (Time Series Analysis) Toolbox 3.33 ======================================= The TSA toolbox is useful for analysing Time Series. The methods are based on stochastic concepts and maximum en
www.eeworm.com/read/223099/14659194

txt readme.txt

INTRODUCTION This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user t
www.eeworm.com/read/217418/14965170

txt readme.txt

INTRODUCTION This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user t
www.eeworm.com/read/216775/14992890

m lsda.m

function [eigvector, eigvalue] = LSDA(X, gnd, options) % LSDA: Locality Sensitive Discriminant Analysis % % [eigvector, eigvalue] = LSDA(X, gnd, options) % % Input: %
www.eeworm.com/read/216771/14992910

m lda.m

function [eigvector, eigvalue] = LDA(X,gnd,options) % LDA: Linear Discriminant Analysis % % [eigvector, eigvalue] = LDA(X, gnd, options) % % Input: % X -
www.eeworm.com/read/115861/14998792

c states.c

/************************************************************ * HMMER - Biological sequence analysis with profile-HMMs * Copyright (C) 1992-1997 Sean R. Eddy * * This source code is distributed
www.eeworm.com/read/114456/15052816

txt readme.txt

TSA (Time Series Analysis) Toolbox 2.40 ======================================= The TSA toolbox is useful for analysing (univariate, stationary) Time Series. In comparison to other signal proces
www.eeworm.com/read/213652/15127944

txt readme.txt

INTRODUCTION This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user t
www.eeworm.com/read/246586/4492573

bif link.bif

//%%%%%%%%%%%%%%%%%%%%%%% L I N K %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% //% Pedigree for linkage analysis created by Claus S. Jensen and //% Augustin Kong. //% //% @TechReport{jensen:kong:96,
www.eeworm.com/read/196314/5103079

java synonymengine.java

package lia.analysis.synonym; import java.io.IOException; public interface SynonymEngine { String[] getSynonyms(String s) throws IOException; }