From ef0040821e37cf6f7db6777bd69dec4950dd8256 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Mon, 24 Sep 2012 17:31:03 -0400 Subject: Whitespace cleanups --- fly-tools/cci-calculator/LeastSquareSolution.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fly-tools/cci-calculator/LeastSquareSolution.m') diff --git a/fly-tools/cci-calculator/LeastSquareSolution.m b/fly-tools/cci-calculator/LeastSquareSolution.m index 275f822..85d1326 100644 --- a/fly-tools/cci-calculator/LeastSquareSolution.m +++ b/fly-tools/cci-calculator/LeastSquareSolution.m @@ -27,17 +27,11 @@ function [x, e] = LeastSquareSolution(fileNameA, fileNameB, output) debug_file = strcat(debug_file, file_id_number); debug_file = strcat(debug_file, '.txt'); - - - - if (i == (total_folds-1)) elements_per_fold = fold_size + remainder_of_total_folds end %select one sample at a time for testing using the rest for training - %if the value is set to 1, that is the sample that will be used for - %training/testing train = ones(length(b),1); %create a column vector of ones @@ -115,7 +109,6 @@ function [x, e] = LeastSquareSolution(fileNameA, fileNameB, output) fclose(fid_debug); dlmwrite(debug_file, A_, 'delimiter', '\t', '-append'); - dlmwrite(debug_file, test_data, 'delimiter', '\t', '-append'); -- cgit v1.2.3