Skip to content

Commit

Permalink
supported auc and kfold for matlab/octave
Browse files Browse the repository at this point in the history
  • Loading branch information
gtesei committed Oct 4, 2015
1 parent 2c6e7da commit 3b0c05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural/findOptPAndHAndLambda_kfold.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function [p_opt_RMSE,h_opt_RMSE,lambda_opt_RMSE,RMSE_opt,grid] = ...
findOptPAndHAndLambda(Xtrain, ytrain, ...
findOptPAndHAndLambda_kfold(Xtrain, ytrain, ...
featureScaled = 0 , scaleFeatures = 0 , ...
p_vec = [] , ...
h_vec = [1 2 3 4 5 6 7 8 9 10] , ...
Expand Down

0 comments on commit 3b0c05e

Please sign in to comment.