代码搜索:Fitting

找到约 695 项符合「Fitting」的源代码

代码结果 695
www.eeworm.com/read/455463/1614295

m polyint.m

function yi=polyint(x,y,xi,n) % yi=polyint(x,y,xi,n) % % Interpolate by fitting an n'th order polynomial % % NOTE: It is illegal for you to use this software for a purpose other % than non-profit edu
www.eeworm.com/read/386597/2570177

m local_polynomial.m

function test_targets = Local_Polynomial(train_patterns, train_targets, test_patterns, Nlp) % Classify using the local polynomial fitting % Inputs: % train_patterns - Train patterns % train_tar
www.eeworm.com/read/474600/6813501

m local_polynomial.m

function test_targets = Local_Polynomial(train_patterns, train_targets, test_patterns, Nlp) % Classify using the local polynomial fitting % Inputs: % train_patterns - Train patterns % train_tar
www.eeworm.com/read/194440/8193997

m polyint.m

function yi=polyint(x,y,xi,n) % yi=polyint(x,y,xi,n) % % Interpolate by fitting an n'th order polynomial % % NOTE: It is illegal for you to use this software for a purpose other % than non-profit edu
www.eeworm.com/read/173752/9637408

psf filtref.psf

SYNTHESIS_FITTING_SETTINGS { REMOVE_DUPLICATE_LOGIC = ON; AUTO_TURBO_BIT = ON; AUTO_OPEN_DRAIN_PINS = ON; AUTO_PARALLEL_EXPANDERS = ON; AUTO_FAST_OUTPUT_ENABLE_REGISTERS = OFF; AUTO_FAST_
www.eeworm.com/read/235612/14060862

m polyint.m

function yi=polyint(x,y,xi,n) % yi=polyint(x,y,xi,n) % % Interpolate by fitting an n'th order polynomial % % NOTE: It is illegal for you to use this software for a purpose other % than non-profit edu
www.eeworm.com/read/187765/8601999

c dj9.c

# include "de.h" double evaluate(int D, double tmp[], long *nfeval) { /* polynomial fitting problem */ int i, j; int const M=60; double px, x=-1, dx=(double)M, result=0; (*nfe
www.eeworm.com/read/431224/8697875

m fm_mat.m

function cdata = fm_mat(filename) % FM_MAT filter images for fitting GUI appearance % % CDATA = FM_MAT(FILENAME) % FILENAME bitmap file name without extension (string) % CDATA MxNx3 array cont
www.eeworm.com/read/384940/8831661

m fm_mat.m

function cdata = fm_mat(filename) % FM_MAT filter images for fitting GUI appearance % % CDATA = FM_MAT(FILENAME) % FILENAME bitmap file name without extension (string) % CDATA MxNx3 array cont
www.eeworm.com/read/183083/9179367

m decaycurvefit.m

function decaycurvefit(x,y1,y2) %DECAYCURVEFIT Create plot of datasets and fits % DECAYCURVEFIT(X,Y1,Y2) % Creates a plot, similar to the plot in the main curve fitting % window, using the da