From 2e4f1f8e67dcb2b0be894c48909cc9a32c66f8ac Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Fri, 2 Mar 2012 00:07:48 -0800 Subject: back graph --- data/combined/scriptSkeleton.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/combined/scriptSkeleton.m') diff --git a/data/combined/scriptSkeleton.m b/data/combined/scriptSkeleton.m index a662ef0..91c724f 100644 --- a/data/combined/scriptSkeleton.m +++ b/data/combined/scriptSkeleton.m @@ -43,6 +43,7 @@ X = zscore(X); % training and testing splits splits = [1; find(session(1 : end - 1) ~= session(2 : end)) + 1; N + 1]; ns = length(splits) - 1; +splits trains = cell(1, numEx); tests = cell(1, numEx); @@ -63,8 +64,6 @@ for ex = 1 : numEx trains{ex} = train; tests{ex} = test; end -trains -tests prec = zeros(numEx, 0); recall = zeros(numEx, 0); for ex = 1 : numEx -- cgit v1.2.3-70-g09d2