aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-09-24 17:31:03 -0400
committermutantturkey <mutantturke@gmail.com>2012-09-24 17:31:03 -0400
commitef0040821e37cf6f7db6777bd69dec4950dd8256 (patch)
tree626623383c50bcf6f4df0e81b73bb8148aa8a82c
parentfc899c10461cca9a86897e4d06ba1eac75277757 (diff)
Whitespace cleanups
-rw-r--r--fly-tools/cci-calculator/LeastSquareSolution.m7
1 files changed, 0 insertions, 7 deletions
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');