summaryrefslogtreecommitdiffstats
path: root/data/combined/scriptSkeleton.m
diff options
context:
space:
mode:
authorJon Whiteaker <jbw@berkeley.edu>2012-03-02 00:07:48 -0800
committerJon Whiteaker <jbw@berkeley.edu>2012-03-02 00:07:48 -0800
commit2e4f1f8e67dcb2b0be894c48909cc9a32c66f8ac (patch)
treef190cd683edf431127c2dcaa932aa998271a289b /data/combined/scriptSkeleton.m
parenta33c55f2b1cc79d2deedf1c98710af5932e091a9 (diff)
downloadkinect-2e4f1f8e67dcb2b0be894c48909cc9a32c66f8ac.tar.gz
back graph
Diffstat (limited to 'data/combined/scriptSkeleton.m')
-rw-r--r--data/combined/scriptSkeleton.m3
1 files changed, 1 insertions, 2 deletions
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