search for: train_data_best

Displaying 2 results from an estimated 2 matches for "train_data_best".

2011 Jan 21
1
help! complete the reviewer's suggest: carry out GA+GP (gaussian process)!
...//www.csie.ntu.edu.tw/~cjlin/libsvm/) now I want to know, how to get the predicted values : In libsvm for example: cmd = ['-v ',num2str(v),' -c',num2str(cgp(nind,1)), '-g ',num2str(cgp(nind,2)),' -p ',num2str(cgp(nind,3)),' -s 3']; model = svmtrain(train_y,train_data_best,cmd); train_pred = svmpredict(train_y,train_data_best,model); % get the predicted values for the training set I can get the train_pred, likewise I can get the test_pred (tes_pred = svmpredict(test_y,test_data_best,model);) If I have the obsved train_y,test_y and the predicted train_pred and test_...
2011 Jan 22
0
how to call BayesX in R to see the graph
...sie.ntu.edu.tw/%7Ecjlin/libsvm/> ) now I want to know, how to get the predicted values : In libsvm for example: cmd = ['-v ',num2str(v),' -c',num2str(cgp(nind,1)), '-g ',num2str(cgp(nind,2)),' -p ',num2str(cgp(nind,3)),' -s 3']; model = svmtrain(train_y,train_data_best,cmd); train_pred = svmpredict(train_y,train_data_best,model); % get the predicted values for the training set I can get the train_pred, likewise I can get the test_pred (tes_pred = svmpredict(test_y,test_data_best,model);) If I have the obsved train_y,test_y and the predicted train_pred and test_...