Skip to content

Commit

Permalink
Update find_balance_accuracy_v4.R
Browse files Browse the repository at this point in the history
  • Loading branch information
elcompagabe authored Jul 9, 2019
1 parent 2130747 commit a8ad559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_balance_accuracy_v4.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for (i in 1:num_files) {
#file_name <- file_name_list[i]
if(length(grep("_file.R","my_file.R",fixed=TRUE)) == 1){
file_name = file_name_list[(i)]
load(paste0("/Users/user/Desktop/BD2K_project/data/", file_name))
#load(paste0("/Users/user/Desktop/BD2K_project/data/", file_name))
stats = confM[(4)]
bal_accs = stats[,11]
avg_bal_acc = mean(stats[,11])
Expand Down

0 comments on commit a8ad559

Please sign in to comment.