代码搜索:MATlab

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

代码结果 10,000
www.eeworm.com/read/210276/15202366

m svm_algorith_matlab.m

for ii=1:100 cal_housing_data; start=cputime; %!svmtrain -s 0 -t 2 -g num2str(sigma) training.dat model.dat dos(['svmtrain -s 3 -c 500 cal_housing_train.dat model.dat']) train_time(ii)=cputime-s
www.eeworm.com/read/206766/15290168

doc jaks matlab-1.doc

www.eeworm.com/read/206762/15290173

h svm_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model); const char *matlab_matrix_to_model(struct svm_model *model, const mxArray *matlab_struct);
www.eeworm.com/read/206762/15290179

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] =