代码搜索:Multivariate Analysis
找到约 10,000 项符合「Multivariate Analysis」的源代码
代码结果 10,000
www.eeworm.com/read/244800/12843057
m minimize.m
function [X, fX, i] = minimize(X, f, length, P1, P2, P3, P4, P5);
% Minimize a continuous differentialble multivariate function. Starting point
% is given by "X" (D by 1), and the function named in t
www.eeworm.com/read/231984/14212671
m minimize.m
function [X, fX, i] = minimize(X, f, length, P1, P2, P3, P4, P5);
% Minimize a continuous differentialble multivariate function. Starting point
% is given by "X" (D by 1), and the function named in t
www.eeworm.com/read/344585/3207995
m minimize.m
function [X, fX, i] = minimize(X, f, length, P1, P2, P3, P4, P5);
% Minimize a continuous differentialble multivariate function. Starting point
% is given by "X" (D by 1), and the function named in t
www.eeworm.com/read/386937/8717246
java searchtest2.java
package ch13;
import java.io.IOException;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.queryParser.MultiField
www.eeworm.com/read/386937/8717270
java searchtest1.java
package ch13;
import java.io.IOException;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.queryParser.MultiField
www.eeworm.com/read/353952/10402551
m t_tide.m
function [nameu,fu,tidecon,xout]=t_tide(xin,varargin);
% T_TIDE Harmonic analysis of a time series
% [NAME,FREQ,TIDECON,XOUT]=T_TIDE(XIN) computes the tidal analysis
% of the (possibly complex) ti
www.eeworm.com/read/436945/7758466
m qda.m
function [f, c, post] = qda(X, k, prior, est, nu)
%QDA Quadratic Descriminant Analysis.
% F = QDA(X, K, PRIOR) returns a quadratic discriminant analysis
% object F based on the feature matrix X, c
www.eeworm.com/read/434843/7800937
m t_tide.m
function [nameu,fu,tidecon,xout]=t_tide(xin,varargin);
% T_TIDE Harmonic analysis of a time series
% [NAME,FREQ,TIDECON,XOUT]=T_TIDE(XIN) computes the tidal analysis
% of the (possibly complex) ti
www.eeworm.com/read/242946/12971411
java baseindexingtestcase.java
import junit.framework.TestCase;
import org.apache.lucene.analysis.*;
import org.apache.lucene.analysis.standard.*;
import org.apache.lucene.document.*;
import org.apache.lucene.index.*;
import
www.eeworm.com/read/242946/12971413
bak baseindexingtestcase.java.bak
import junit.framework.TestCase;
import org.apache.lucene.analysis.*;
import org.apache.lucene.analysis.standard.*;
import org.apache.lucene.document.*;
import org.apache.lucene.index.*;
import